From 9e348a6f9eeb395407504c6edc6a883df9017962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 07:06:30 +0000 Subject: [PATCH] chore(ci): bump styfle/cancel-workflow-action from 0.8.0 to 0.10.1 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.8.0 to 0.10.1. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.8.0...0.10.1) --- 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..19e9216f636a1 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.1 with: access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 49e0c4d0c2f88..61044da424baf 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.1 with: access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/k8s_e2e.yml b/.github/workflows/k8s_e2e.yml index 766359c792b99..6eb5faa3f3e9d 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.1 with: access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 380572a0bdfce..95e12b75ccb00 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.1 with: access_token: ${{ secrets.GITHUB_TOKEN }}