Skip to content

Commit dee7761

Browse files
⬆️ Bump astral-sh/setup-uv from 5 to 6 (#531)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 117e81c commit dee7761

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config user.name github-actions[bot]
2727
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
2828
29-
- uses: astral-sh/setup-uv@v5
29+
- uses: astral-sh/setup-uv@v6
3030
with:
3131
enable-cache: true
3232

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: setup uv
21-
uses: astral-sh/setup-uv@v5
21+
uses: astral-sh/setup-uv@v6
2222
with:
2323
python-version: "3.13"
2424
- name: uv build

0 commit comments

Comments
 (0)