Skip to content

Commit adfad53

Browse files
authored
Merge pull request #208 from maxmind/dependabot/github_actions/astral-sh/setup-uv-6.1.0
Bump astral-sh/setup-uv from 6.0.1 to 6.1.0
2 parents 79751c5 + f5860b6 commit adfad53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # 6.0.1
26+
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # 6.1.0
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

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Install the latest version of uv
27-
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # 6.0.1
27+
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # 6.1.0
2828
with:
2929
enable-cache: false
3030

0 commit comments

Comments
 (0)