Skip to content

Commit 08185fc

Browse files
authored
Merge pull request #202 from maxmind/dependabot/github_actions/astral-sh/setup-uv-6
Bump astral-sh/setup-uv from 3 to 6
2 parents 0bf6aa9 + 0e92e6e commit 08185fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-libmaxminddb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333

3434
- name: Install the latest version of uv
35-
uses: astral-sh/setup-uv@v3
35+
uses: astral-sh/setup-uv@v6
3636

3737
- name: Install tox
3838
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
submodules: true
2424
persist-credentials: false
2525
- name: Install the latest version of uv
26-
uses: astral-sh/setup-uv@v3
26+
uses: astral-sh/setup-uv@v6
2727
- name: Install tox
2828
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh
2929
- name: Install Python

0 commit comments

Comments
 (0)