From 4794b4353ca1b34777f2f22b80d7bd65b159fd17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 02:28:33 +0000 Subject: [PATCH] chore(ci): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.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.10.0...0.10.1) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-patch ... 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..dd816847afc41 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.10.1 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..97f9cf51aaba2 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.10.1 with: access_token: ${{ secrets.GITHUB_TOKEN }} all_but_latest: true # can cancel workflows scheduled later