Skip to content

Commit

Permalink
chore(deps): update astral-sh/setup-uv action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and NextFire committed Nov 23, 2024
1 parent cfd4ec2 commit d204999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') != true
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- run: uv run --frozen pyright sachi/
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- run: uv build
Expand Down

0 comments on commit d204999

Please sign in to comment.