Skip to content

Commit 49023a8

Browse files
authored
Merge pull request #607 from FalkorDB/dependabot/github_actions/staging/astral-sh/setup-uv-7
chore(deps): Bump astral-sh/setup-uv from 5 to 7
2 parents 83f56f3 + 087ee0e commit 49023a8

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)