Skip to content

Commit f6bf7e3

Browse files
authored
Merge pull request #178 from maxmind/dependabot/github_actions/astral-sh/setup-uv-6
Bump astral-sh/setup-uv from 3 to 6
2 parents b2fb796 + 13b23e4 commit f6bf7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)