Skip to content

Commit b4323fa

Browse files
Update astral-sh/setup-uv action to v9
1 parent 57d5d5c commit b4323fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-uv.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2626
with:
2727
python-version: ${{ inputs.python-version }}
28-
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
28+
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2929
with:
3030
python-version: ${{ inputs.python-version }}
3131

@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
4848
with:
4949
python-version: ${{ inputs.python-version }}
50-
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
50+
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
5151
with:
5252
python-version: ${{ inputs.python-version }}
5353

@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
7070
with:
7171
python-version: ${{ inputs.python-version }}
72-
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
72+
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
7373
with:
7474
python-version: ${{ inputs.python-version }}
7575

0 commit comments

Comments
 (0)