Skip to content

Commit

Permalink
Upgrade astral-sh/setup-uv action to v5 (#2407)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Dec 23, 2024
1 parent 7421ae1 commit 6f48294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
# remove -dev suffix
python_version=$(echo ${{ matrix.python-version }} | sed -e s/-dev//)
echo "PYTHON_VERSION=$python_version" >> "${GITHUB_ENV}"
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- name: Install python packages
run: |
uv tool install virtualenv
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
shared-key: maturin-build
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- run: uv tool install nox
- name: Setup Pyodide
run: nox -s setup-pyodide
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
- 'MANIFEST.in'
- 'Cargo.toml'
- '.github/workflows/test.yml'
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
# Caching
- name: Sccache Setup
if: ${{ steps.changes.outputs.changed == 'true' || contains(github.event.pull_request.labels.*.name, 'release') }}
Expand Down

0 comments on commit 6f48294

Please sign in to comment.