Skip to content

Commit

Permalink
chore(deps): update astral-sh/setup-uv action to v5 (#52)
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 2aa9ffd commit c569451
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 --all-extras --frozen pyright
- run: uv run --all-extras --frozen ruff check
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 --all
# - run: uv publish
- run: |
Expand Down

0 comments on commit c569451

Please sign in to comment.