Skip to content

Commit

Permalink
chore(deps): update astral-sh/setup-uv action to v5 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nam Vu <[email protected]>
  • Loading branch information
renovate[bot] and NextFire authored Dec 20, 2024
1 parent 153ca0d commit 49e49dd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') != true
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- uses: astral-sh/setup-uv@v5
- run: uv run --frozen pyright sachi/
- run: uv run --frozen ruff check sachi/
if: always()
Expand All @@ -31,9 +29,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- uses: astral-sh/setup-uv@v5
- run: uv build
- run: uv publish
- run: |
Expand Down

0 comments on commit 49e49dd

Please sign in to comment.