From 6f385f1cd215f44b72456b7c61487d8bd7748b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 10:02:18 +0000 Subject: [PATCH] build(deps): bump styfle/cancel-workflow-action from 0.9.0 to 0.10.0 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.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.9.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/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..b607d46b 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.0 with: access_token: ${{ github.token }} diff --git a/.github/workflows/app-verify.yml b/.github/workflows/app-verify.yml index 951cda4f..2b1011e8 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.0 with: access_token: ${{ github.token }} diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 17c56355..c5f4229e 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.0 with: access_token: ${{ github.token }} diff --git a/.github/workflows/docs-verify.yml b/.github/workflows/docs-verify.yml index 0f2bb87d..0b9f25f7 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.0 with: access_token: ${{ github.token }}