diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 62abaf0..64ba26a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -37,7 +37,7 @@ jobs: - runner: ubuntu-22.04 target: ppc64le steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: "3.9" @@ -98,7 +98,7 @@ jobs: - runner: ubuntu-22.04 target: armv7 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: "3.9" @@ -158,7 +158,7 @@ jobs: target: aarch64 python_arch: arm64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: "3.13" @@ -195,7 +195,7 @@ jobs: - runner: macos-latest target: aarch64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: "3.9" @@ -223,7 +223,7 @@ jobs: sdist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Build sdist uses: PyO3/maturin-action@v1 with: