Skip to content

Commit f189ce9

Browse files
renovate[bot]ewjoachim
authored andcommitted
chore(deps): update astral-sh/setup-uv action to v6
1 parent 00143d9 commit f189ce9

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@v4
2121

2222
- name: Install uv
23-
uses: astral-sh/setup-uv@v5
23+
uses: astral-sh/setup-uv@v6
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@v5
92+
uses: astral-sh/setup-uv@v6
9393
with:
9494
python-version: "3.12"
9595

0 commit comments

Comments
 (0)