Skip to content

Commit 8b13b3f

Browse files
Merge pull request #2 from DCC-BS/renovate/astral-sh-setup-uv-5.x
Update astral-sh/setup-uv action to v5
2 parents 3dc67cd + b79acad commit 8b13b3f

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@v2
22+
uses: astral-sh/setup-uv@v5
2323
with:
2424
version: ${{ inputs.uv-version }}
2525
enable-cache: 'true'

0 commit comments

Comments
 (0)