Skip to content

Commit 2d9e77d

Browse files
Bump astral-sh/setup-uv from 7.6.0 to 8.0.0 (#133)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c746aa0 commit 2d9e77d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737
persist-credentials: false
3838
- name: Install the latest version of uv
39-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
39+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
4040
with:
4141
enable-cache: false
4242
cache-dependency-glob: "pyproject.toml"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919
persist-credentials: false
2020
- name: Install the latest version of uv
21-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
21+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2222
with:
2323
enable-cache: false
2424
cache-dependency-glob: "pyproject.toml"

0 commit comments

Comments
 (0)