Skip to content

Commit b747043

Browse files
chore(deps): update astral-sh/setup-uv action to v8
1 parent ddc6dc9 commit b747043

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: startsWith(github.ref, 'refs/tags/') != true
1515
steps:
1616
- uses: actions/checkout@v6
17-
- uses: astral-sh/setup-uv@v7
17+
- uses: astral-sh/setup-uv@v8.0.0
1818
- run: uv run --all-extras --frozen pyright
1919
- run: uv run --all-extras --frozen ruff check
2020
if: always()
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
32-
- uses: astral-sh/setup-uv@v7
32+
- uses: astral-sh/setup-uv@v8.0.0
3333
- run: uv build --all
3434
# - run: uv publish
3535
- run: |

0 commit comments

Comments
 (0)