From 31897b5b286b2346e6ff78686b898dbe2d631506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 04:10:23 +0000 Subject: [PATCH] Bump styfle/cancel-workflow-action from 0.9.1 to 0.11.0 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.1 to 0.11.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/a40b8845c0683271d9f53dfcb887a7e181d3918b...b173b6ec0100793626c2d9e6b90435061f4fc3e5) --- 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/cancel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml index aeef6034b837b..357eda5a04061 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@a40b8845c0683271d9f53dfcb887a7e181d3918b + - uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5 with: workflow_id: 27212, 3545321 access_token: ${{ github.token }} \ No newline at end of file