From 21229b48dff2f42ae31a8ac0dd5e3376de12dda2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 07:02:56 +0000 Subject: [PATCH] chore(ci): bump styfle/cancel-workflow-action from 0.8.0 to 0.10.0 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.8.0 to 0.10.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.8.0...0.10.0) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/benches.yml | 2 +- .github/workflows/integration-test.yml | 2 +- .github/workflows/k8s_e2e.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 }}