From 6b693af9e7f661b9774cd1730b5800f6e46d5ae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 02:01:57 +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 0a685c7f22ba15c76eed36a8a2f208afe3fdede4. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/5df4e62aed82ea1f787d2a02ab3dbfcaa49ffdd1...0a685c7f22ba15c76eed36a8a2f208afe3fdede4) --- 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 25f586e57..9f16283ba 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@5df4e62aed82ea1f787d2a02ab3dbfcaa49ffdd1 + - uses: styfle/cancel-workflow-action@0a685c7f22ba15c76eed36a8a2f208afe3fdede4 unit: needs: cancel diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 6ed576c17..f87dc87e9 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@0a685c7f22ba15c76eed36a8a2f208afe3fdede4 cleanup: needs: cancel