diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7a5f24c54..b6c0975651 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: # Cancel ongoing CI test runs if pushing to branch again before the previous tests # have finished - name: Cancel ongoing test runs for previous commits - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} @@ -65,7 +65,7 @@ jobs: # Cancel ongoing documentation build if pushing to branch again before the previous # build is finished. - name: Cancel ongoing builds and checkout - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} - uses: actions/checkout@v4