Skip to content

Commit a73c345

Browse files
authored
Merge pull request #3613 from pygame-community/dependabot/github_actions/astral-sh/setup-uv-7
Bump astral-sh/setup-uv from 6 to 7
2 parents d83b661 + d26996b commit a73c345

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ jobs:
113113
fail-on-cache-miss: true
114114

115115
- name: Install uv for speed
116-
uses: astral-sh/setup-uv@v6
116+
uses: astral-sh/setup-uv@v7
117117
with:
118-
version: "0.8.3"
118+
version: "0.9.2"
119119

120120
- name: Build and test wheels
121121
uses: pypa/[email protected]

.github/workflows/build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
arch: ${{ matrix.msvc-dev-arch }}
3939

4040
- name: Install uv for speed
41-
uses: astral-sh/setup-uv@v6
41+
uses: astral-sh/setup-uv@v7
4242
with:
43-
version: "0.8.3"
43+
version: "0.9.2"
4444

4545
- name: Build and test wheels
4646
uses: pypa/[email protected]

0 commit comments

Comments
 (0)