From 843a505853c490f6e78f42cc195448aeafbe5a2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 14:33:52 +0000 Subject: [PATCH] build(deps): Bump styfle/cancel-workflow-action Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 5df4e62aed82ea1f787d2a02ab3dbfcaa49ffdd1 to 034d0e91921de4e82c4b8c958df266ca615543e8. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/5df4e62aed82ea1f787d2a02ab3dbfcaa49ffdd1...034d0e91921de4e82c4b8c958df266ca615543e8) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/linux.yaml | 2 +- .github/workflows/macos.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 137a57b06..66de71fb3 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-20.04 timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@5df4e62aed82ea1f787d2a02ab3dbfcaa49ffdd1 + - uses: styfle/cancel-workflow-action@034d0e91921de4e82c4b8c958df266ca615543e8 unit: needs: cancel diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 6ed576c17..c632bfa4c 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@5df4e62aed82ea1f787d2a02ab3dbfcaa49ffdd1 + - uses: styfle/cancel-workflow-action@034d0e91921de4e82c4b8c958df266ca615543e8 cleanup: needs: cancel