Skip to content

Commit f3ca0bf

Browse files
Bump astral-sh/setup-uv from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 5 to 6 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...v6) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6d9c08 commit f3ca0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: /bin/date -u "+%U" > .weeknum.txt
3232
shell: bash
3333

34-
- uses: astral-sh/setup-uv@v5
34+
- uses: astral-sh/setup-uv@v6
3535
with:
3636
enable-cache: true
3737
cache-dependency-glob: ".weeknum.txt"
@@ -66,7 +66,7 @@ jobs:
6666
run: /bin/date -u "+%U" > .weeknum.txt
6767
shell: bash
6868

69-
- uses: astral-sh/setup-uv@v5
69+
- uses: astral-sh/setup-uv@v6
7070
with:
7171
enable-cache: true
7272
cache-dependency-glob: ".weeknum.txt"

0 commit comments

Comments
 (0)