Skip to content

Commit ee8e253

Browse files
chore(deps): update astral-sh/setup-uv action to v7.5.0
1 parent 951a184 commit ee8e253

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# fetch the full git history to be able to determine creation dates for pages
5454
# see: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin?tab=readme-ov-file#note-when-using-build-environments
5555
fetch-depth: 0
56-
- uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0
56+
- uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
5757
id: setup-uv
5858
with:
5959
# renovate: datasource=pypi dependency=uv

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
git config user.name github-actions[bot]
3232
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
3333
- name: Install uv
34-
uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0
34+
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
3535
id: setup-uv
3636
with:
3737
# renovate: datasource=pypi dependency=uv

0 commit comments

Comments
 (0)