Skip to content

Commit

Permalink
chore(deps): update astral-sh/setup-uv action to v4 (#465)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 3b1a4c6 commit 41a15a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
- run: uv tool run --from pre-commit@latest --with pre-commit-uv --no-cache --python 3.13 pre-commit run --all-files
run-rustfmt:
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
name: wheels-linux-${{ matrix.target }}
path: dist
- if: ${{ !startsWith(github.ref, 'refs/tags/') && matrix.target == 'x86_64-unknown-linux-gnu' }}
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: pytest
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
name: wheels-windows-${{ matrix.target }}
path: dist
- if: ${{ !startsWith(github.ref, 'refs/tags/') && matrix.target == 'x86_64-pc-windows-msvc' }}
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: pytest
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
name: wheels-macos-${{ matrix.target }}
path: dist
- if: ${{ !startsWith(github.ref, 'refs/tags/') && matrix.target == 'x86_64-apple-darwin' }}
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: pytest
Expand Down

0 comments on commit 41a15a1

Please sign in to comment.