Skip to content

Commit 87bf833

Browse files
Update dependency astral-sh/uv to v0.9.15 (#487)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4bdbfcc commit 87bf833

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install uv
3131
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
3232
with:
33-
version: "0.9.11"
33+
version: "0.9.15"
3434

3535
- name: Install dependencies
3636
run: scripts/bootstrap
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install uv
6262
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
6363
with:
64-
version: "0.9.11"
64+
version: "0.9.15"
6565

6666
- name: 📦 Install dependencies
6767
run: scripts/bootstrap
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install uv
9090
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
9191
with:
92-
version: "0.9.11"
92+
version: "0.9.15"
9393

9494
- name: 📦 Install dependencies
9595
run: scripts/bootstrap

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install uv
2626
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
2727
with:
28-
version: "0.9.11"
28+
version: "0.9.15"
2929

3030
- name: Set version number
3131
run: scripts/set-version "${{ github.event.release.tag_name }}"

0 commit comments

Comments
 (0)