Skip to content

Commit 1b0e834

Browse files
authored
Merge pull request #20 from sirosen/dependabot/github_actions/github-actions-2bec903173
Bump astral-sh/setup-uv from 3 to 5 in the github-actions group
2 parents 829313d + b3e4010 commit 1b0e834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
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@v3
34+
- uses: astral-sh/setup-uv@v5
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@v3
69+
- uses: astral-sh/setup-uv@v5
7070
with:
7171
enable-cache: true
7272
cache-dependency-glob: ".weeknum.txt"

0 commit comments

Comments
 (0)