Skip to content

Commit 52cb8e7

Browse files
authored
Merge pull request #179 from 898803709/dependabot/github_actions/astral-sh/setup-uv-7
2 parents ed0c204 + 26b74fc commit 52cb8e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version-file: '.python-version'
2121

2222
- name: Install uv
23-
uses: astral-sh/setup-uv@v6
23+
uses: astral-sh/setup-uv@v7
2424
with:
2525
version: '0.5.4'
2626
enable-cache: true

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version-file: ".python-version"
3333

3434
- name: Install uv
35-
uses: astral-sh/setup-uv@v6
35+
uses: astral-sh/setup-uv@v7
3636
with:
3737
# Install a specific version of uv.
3838
version: "0.5.4"

0 commit comments

Comments
 (0)