Skip to content

Commit 720a672

Browse files
chore(deps): update astral-sh/setup-uv action to v7 (#910)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 970ec23 commit 720a672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-python-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
python-version: ${{inputs.python-version}}
2020

2121
- name: Install uv
22-
uses: astral-sh/setup-uv@v5
22+
uses: astral-sh/setup-uv@v7
2323
with:
2424
version: ${{inputs.uv-version}}
2525
enable-cache: true

0 commit comments

Comments
 (0)