From b9a39cd5e6fb3c9fd176e276e926fd76c583bf26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 02:23:31 +0000 Subject: [PATCH] chore(ci): bump styfle/cancel-workflow-action from 0.10.0 to 0.11.0 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.10.0...0.11.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/soak.yml | 2 +- .github/workflows/soak_infra.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/soak.yml b/.github/workflows/soak.yml index 342d0d51dc69c..e9d1dfdf9388e 100644 --- a/.github/workflows/soak.yml +++ b/.github/workflows/soak.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-20.04 timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@0.10.0 + - uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} all_but_latest: true # can cancel workflows scheduled later diff --git a/.github/workflows/soak_infra.yml b/.github/workflows/soak_infra.yml index dd4a14c810a3c..6c0673222c9d4 100644 --- a/.github/workflows/soak_infra.yml +++ b/.github/workflows/soak_infra.yml @@ -26,7 +26,7 @@ jobs: timeout-minutes: 3 if: github.ref != 'refs/heads/master' steps: - - uses: styfle/cancel-workflow-action@0.10.0 + - uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} all_but_latest: true # can cancel workflows scheduled later