Skip to content

Commit 8277eba

Browse files
authored
Merge pull request #3416 from pygame-community/dependabot/github_actions/astral-sh/setup-uv-6
Bump astral-sh/setup-uv from 5 to 6
2 parents 0aa4b39 + abcc935 commit 8277eba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
fail-on-cache-miss: true
133133

134134
- name: Install uv for speed
135-
uses: astral-sh/setup-uv@v5
135+
uses: astral-sh/setup-uv@v6
136136
with:
137137
version: "0.5.26"
138138

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
arch: ${{ matrix.msvc-dev-arch }}
5858

5959
- name: Install uv for speed
60-
uses: astral-sh/setup-uv@v5
60+
uses: astral-sh/setup-uv@v6
6161
with:
6262
version: "0.5.26"
6363

0 commit comments

Comments
 (0)