Skip to content

Commit 06730dd

Browse files
committed
chore: update setup-uv version in github actions to v6 to support python-version parameter
1 parent a5d51eb commit 06730dd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/integration_delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: Checkout
5151

5252
- name: Install uv
53-
uses: astral-sh/setup-uv@v3
53+
uses: astral-sh/setup-uv@v6
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
enable-cache: true

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Upcoming
44

55
- refactor: make it play nicer with pyright's `reportUnhashable`
6+
- chore: update setup-uv version in github actions to v6 to support `python-version` parameter
67

78
## Version 1.2.0
89

0 commit comments

Comments
 (0)