From 65f6368dbb17196af43c5e0ba2d64bcb21ef5f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 04:27:16 +0000 Subject: [PATCH] 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/linux-amd64.yml | 4 ++-- .github/workflows/linux-arm64.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux-amd64.yml b/.github/workflows/linux-amd64.yml index 7e578bc3a..b3b73ea67 100644 --- a/.github/workflows/linux-amd64.yml +++ b/.github/workflows/linux-amd64.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-20.04 steps: # cancel already running instances of the same action on the currently working on branch - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.0 with: access_token: ${{ github.token }} - id: time @@ -37,7 +37,7 @@ jobs: SCOPE: [minimal] steps: # cancel already running instances of the same action on the currently working on branch - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.0 with: access_token: ${{ github.token }} - id: image-build diff --git a/.github/workflows/linux-arm64.yml b/.github/workflows/linux-arm64.yml index 1d69fe0cb..91a7fe0b2 100644 --- a/.github/workflows/linux-arm64.yml +++ b/.github/workflows/linux-arm64.yml @@ -14,7 +14,7 @@ jobs: prepare_release: runs-on: ubuntu-latest steps: - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.0 with: access_token: ${{ github.token }} - id: time @@ -43,7 +43,7 @@ jobs: EDITION: [minimal] # later, we will use "notional for both. This will do for now though." BRANCH: [unstable] steps: - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.0 with: access_token: ${{ github.token }} - id: time