Skip to content

Commit e2ef76d

Browse files
authored
Merge branch 'staging' into dependabot/github_actions/staging/actions/checkout-6
2 parents 1aebdc8 + 49023a8 commit e2ef76d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python-version: "3.12"
4848

4949
- name: Install uv
50-
uses: astral-sh/setup-uv@v5
50+
uses: astral-sh/setup-uv@v7
5151
with:
5252
version: "latest"
5353

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: '3.12'
4141

4242
- name: Install uv
43-
uses: astral-sh/setup-uv@v5
43+
uses: astral-sh/setup-uv@v7
4444
with:
4545
version: "latest"
4646

0 commit comments

Comments
 (0)