From d85c4abe9b5670bd9391d4407e12083eca3e9bf1 Mon Sep 17 00:00:00 2001 From: Alexandre Marcireau Date: Fri, 24 May 2024 20:04:01 +1000 Subject: [PATCH] Update checkout --- .github/workflows/build_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 55c9143..19a71d0 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -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') @@ -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: