Skip to content

Commit 55cac1f

Browse files
chore(deps): update astral-sh/setup-uv action to v8 (#468)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d968d71 commit 55cac1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
56+
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.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@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
34+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
3535
id: setup-uv
3636
with:
3737
# renovate: datasource=pypi dependency=uv

0 commit comments

Comments
 (0)