diff --git a/.github/workflows/benches.yml b/.github/workflows/benches.yml index 28e20a27e4a23..130095c7fb0a8 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.10.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 49e0c4d0c2f88..b73a38ba6805f 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.10.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/k8s_e2e.yml b/.github/workflows/k8s_e2e.yml index 766359c792b99..5f31e00a25815 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.10.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 380572a0bdfce..0435506e166fd 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.10.0 with: access_token: ${{ secrets.GITHUB_TOKEN }}