diff --git a/.github/workflows/benches.yml b/.github/workflows/benches.yml index 28e20a27e4a23..83a98dc7b06b5 100644 --- a/.github/workflows/benches.yml +++ b/.github/workflows/benches.yml @@ -44,7 +44,7 @@ jobs: timeout-minutes: 3 if: github.ref != 'refs/heads/master' steps: - - uses: styfle/cancel-workflow-action@0.8.0 + - uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 49e0c4d0c2f88..bcf9f730e2724 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -40,7 +40,7 @@ jobs: timeout-minutes: 3 if: github.ref != 'refs/heads/master' steps: - - uses: styfle/cancel-workflow-action@0.8.0 + - uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/k8s_e2e.yml b/.github/workflows/k8s_e2e.yml index 766359c792b99..e3dbaaa81d88f 100644 --- a/.github/workflows/k8s_e2e.yml +++ b/.github/workflows/k8s_e2e.yml @@ -42,7 +42,7 @@ jobs: timeout-minutes: 3 if: github.ref != 'refs/heads/master' steps: - - uses: styfle/cancel-workflow-action@0.8.0 + - uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 380572a0bdfce..2da3898f8d660 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 3 if: github.ref != 'refs/heads/master' steps: - - uses: styfle/cancel-workflow-action@0.8.0 + - uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ secrets.GITHUB_TOKEN }}