From a3c013280bedc3d971e2a640967b4e335efaeb92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 10:18:18 +0000 Subject: [PATCH] Bump styfle/cancel-workflow-action from 0.9.0 to 0.9.1 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/89f242ee29e10c53a841bfe71cc0ce7b2f065abc...a40b8845c0683271d9f53dfcb887a7e181d3918b) --- 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/cancel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml index dddef1dc1df..54506aed853 100644 --- a/.github/workflows/cancel.yml +++ b/.github/workflows/cancel.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@89f242ee29e10c53a841bfe71cc0ce7b2f065abc + - uses: styfle/cancel-workflow-action@a40b8845c0683271d9f53dfcb887a7e181d3918b with: workflow_id: 9143745, 5560543 access_token: ${{ github.token }}