From 8e71f9522db326cc8a58e2a7d91948bf23674d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 04:22:32 +0000 Subject: [PATCH] Bump styfle/cancel-workflow-action from 0.12.1 to 0.13.0 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.12.1...0.13.0) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-version: 0.13.0 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 a9a21b942..ba7985278 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.12.1 + - uses: styfle/cancel-workflow-action@0.13.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.12.1 + - uses: styfle/cancel-workflow-action@0.13.0 with: access_token: ${{ github.token }} - id: image-build diff --git a/.github/workflows/linux-arm64.yml b/.github/workflows/linux-arm64.yml index 22265f652..8a83cf232 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.12.1 + - uses: styfle/cancel-workflow-action@0.13.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.12.1 + - uses: styfle/cancel-workflow-action@0.13.0 with: access_token: ${{ github.token }} - id: time