Skip to content

Commit 11ca615

Browse files
chore(deps): update astral-sh/setup-uv action to v6
1 parent d548fd7 commit 11ca615

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: "actions/checkout@v4"
15-
- uses: astral-sh/setup-uv@v5
15+
- uses: astral-sh/setup-uv@v6
1616
with:
1717
version: "0.6.3"
1818
python-version: "3.13"

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}
20-
- uses: astral-sh/setup-uv@v5
20+
- uses: astral-sh/setup-uv@v6
2121
with:
2222
version: "0.6.3"
2323
python-version: ${{ matrix.python-version }}

.github/workflows/palette.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: astral-sh/setup-uv@v5
16+
- uses: astral-sh/setup-uv@v6
1717
with:
1818
version: "0.6.3"
1919
python-version: "3.13"

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/setup-python@v5
3333
with:
3434
python-version-file: "pyproject.toml"
35-
- uses: astral-sh/setup-uv@v5
35+
- uses: astral-sh/setup-uv@v6
3636
with:
3737
version: "0.6.3"
3838
enable-cache: true

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
22-
- uses: astral-sh/setup-uv@v5
22+
- uses: astral-sh/setup-uv@v6
2323
with:
2424
version: "0.6.3"
2525
python-version: "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)