Skip to content

Commit 6c6365e

Browse files
chore(deps): update dependency astral-sh/uv to v0.5.31
1 parent 8cf3184 commit 6c6365e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
enable-cache: true
1616
prune-cache: false
1717
python-version: ${{ inputs.python-version }}
18-
version: '0.5.24'
18+
version: '0.5.31'
1919
cache-suffix: ${{inputs.python-version}}
2020

2121
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
enable-cache: true
4848
prune-cache: false
4949
python-version: "3.12" # Use single Python version for building
50-
version: '0.5.24'
50+
version: '0.5.31'
5151

5252
- name: Fetch tags
5353
if: ${{ inputs.release-tag || startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)