Skip to content

Commit

Permalink
chore: update setup-uv action
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Dec 20, 2024
1 parent dbe02b8 commit 51b9733
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
with:
enable-cache: false
- run: uv tool run --from pre-commit@latest --with pre-commit-uv --no-cache --python 3.13 pre-commit run --all-files
run-tsc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 51b9733

Please sign in to comment.