Skip to content

Commit a47ed42

Browse files
chore(deps): update dependency astral-sh/uv to v0.8.8
1 parent d548fd7 commit a47ed42

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
@@ -14,7 +14,7 @@ jobs:
1414
- uses: "actions/checkout@v4"
1515
- uses: astral-sh/setup-uv@v5
1616
with:
17-
version: "0.6.3"
17+
version: "0.8.8"
1818
python-version: "3.13"
1919
enable-cache: true
2020
cache-dependency-glob: "uv.lock"

.github/workflows/lint.yaml

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

.github/workflows/palette.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: astral-sh/setup-uv@v5
1717
with:
18-
version: "0.6.3"
18+
version: "0.8.8"
1919
python-version: "3.13"
2020
enable-cache: true
2121
cache-dependency-glob: "uv.lock"

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version-file: "pyproject.toml"
3535
- uses: astral-sh/setup-uv@v5
3636
with:
37-
version: "0.6.3"
37+
version: "0.8.8"
3838
enable-cache: true
3939
cache-dependency-glob: "uv.lock"
4040
- run: uv build

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- uses: astral-sh/setup-uv@v5
2323
with:
24-
version: "0.6.3"
24+
version: "0.8.8"
2525
python-version: "${{ matrix.python-version }}"
2626
enable-cache: true
2727
cache-dependency-glob: "uv.lock"

0 commit comments

Comments
 (0)