diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index c8df4eda6972..e977ef63749c 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 5 steps: - name: Cancel previous - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@0.10.0 with: access_token: ${{ github.token }} if: ${{github.ref != 'refs/head/main'}} @@ -51,7 +51,7 @@ jobs: use-latest-jaxlib: false steps: - name: Cancel previous - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@0.10.0 with: access_token: ${{ github.token }} if: ${{github.ref != 'refs/head/main'}} @@ -105,7 +105,7 @@ jobs: python-version: [3.7] steps: - name: Cancel previous - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@0.10.0 with: access_token: ${{ github.token }} if: ${{github.ref != 'refs/head/main'}}