Skip to content

Commit e6761fd

Browse files
authored
Merge pull request #39 from maxmind/dependabot/github_actions/astral-sh/setup-uv-7.6.0
Bump astral-sh/setup-uv from 7.3.1 to 7.6.0
2 parents 0a4d851 + 1e9b1c6 commit e6761fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Install the latest version of uv
25-
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # 7.3.1
25+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # 7.6.0
2626

2727
- name: Build
2828
run: uv build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
persist-credentials: false
2424
- name: Install the latest version of uv
25-
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # 7.3.1
25+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # 7.6.0
2626
- name: Install tox
2727
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh
2828
- name: Install Python

0 commit comments

Comments
 (0)