Skip to content

Commit 4666d3f

Browse files
authored
Merge pull request #205 from maxmind/dependabot/github_actions/astral-sh/setup-uv-6
Bump astral-sh/setup-uv from 3 to 6
2 parents e68deeb + 41183f8 commit 4666d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
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)