Skip to content

Commit 587892b

Browse files
authored
Merge pull request #613 from py-cov-action/renovate/major-deps-with-major-upgrades
2 parents 70e5ebc + 55e5a00 commit 587892b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v5
2121

2222
- name: Install uv
23-
uses: astral-sh/setup-uv@v6
23+
uses: astral-sh/setup-uv@v7
2424
with:
2525
python-version: "3.12"
2626

.github/workflows/e2e-external-phase-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
ref: ${{ steps.extract_commit.outputs.COMMIT_ID }}
9090

9191
- name: Install uv
92-
uses: astral-sh/setup-uv@v6
92+
uses: astral-sh/setup-uv@v7
9393
with:
9494
python-version: "3.12"
9595

0 commit comments

Comments
 (0)