From b6e37cbd40f3659905e1be6a8eec2a91dcd12bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:02:38 +0000 Subject: [PATCH] build(deps): bump styfle/cancel-workflow-action from 0.9.0 to 0.10.1 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.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.9.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/app-deploy.yml | 2 +- .github/workflows/app-verify.yml | 2 +- .github/workflows/docs-deploy.yml | 2 +- .github/workflows/docs-verify.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/app-deploy.yml b/.github/workflows/app-deploy.yml index d4540225..0e9b375a 100644 --- a/.github/workflows/app-deploy.yml +++ b/.github/workflows/app-deploy.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 20 steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.0 + uses: styfle/cancel-workflow-action@0.10.1 with: access_token: ${{ github.token }} diff --git a/.github/workflows/app-verify.yml b/.github/workflows/app-verify.yml index 951cda4f..8157b7c8 100644 --- a/.github/workflows/app-verify.yml +++ b/.github/workflows/app-verify.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 15 steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.0 + uses: styfle/cancel-workflow-action@0.10.1 with: access_token: ${{ github.token }} diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 17c56355..422e54bd 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 15 steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.0 + uses: styfle/cancel-workflow-action@0.10.1 with: access_token: ${{ github.token }} diff --git a/.github/workflows/docs-verify.yml b/.github/workflows/docs-verify.yml index 0f2bb87d..cef522c4 100644 --- a/.github/workflows/docs-verify.yml +++ b/.github/workflows/docs-verify.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 15 steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.0 + uses: styfle/cancel-workflow-action@0.10.1 with: access_token: ${{ github.token }}