Skip to content

Commit

Permalink
Update checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed May 24, 2024
1 parent 3775f49 commit d85c4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: rustup target add aarch64-apple-darwin
if: startsWith(matrix.os, 'macos')
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
name: Build source distribution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pipx run build --sdist
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d85c4ab

Please sign in to comment.