From 221bab0a90cca8402a75405b6fa9272c7574b6ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 02:01:15 +0000 Subject: [PATCH] chore(deps): bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.11.0...0.12.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/00-init-playground.yml | 2 +- .github/workflows/00-init.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/00-init-playground.yml b/.github/workflows/00-init-playground.yml index c0b36d9..08b832d 100644 --- a/.github/workflows/00-init-playground.yml +++ b/.github/workflows/00-init-playground.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.0 - name: ⬇️ Checkout repo uses: actions/checkout@v3 diff --git a/.github/workflows/00-init.yml b/.github/workflows/00-init.yml index fe9944e..b0f6f5a 100644 --- a/.github/workflows/00-init.yml +++ b/.github/workflows/00-init.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.0 - name: ⬇️ Checkout repo uses: actions/checkout@v3