From e031489d3cced87ae50c8a84d68714e2b99373a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:08:24 +0000 Subject: [PATCH] Bump styfle/cancel-workflow-action from 0.12.1 to 0.13.1 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.12.1 to 0.13.1. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/85880fa0301c86cca9da44039ee3bb12d3bedbfa...d07a454dad7609a92316b57b23c9ccfd4f59af66) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cancel-duplicate-runs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cancel-duplicate-runs.yaml b/.github/workflows/cancel-duplicate-runs.yaml index f684e10..cd794aa 100644 --- a/.github/workflows/cancel-duplicate-runs.yaml +++ b/.github/workflows/cancel-duplicate-runs.yaml @@ -9,6 +9,6 @@ jobs: name: Cancel previous runs runs-on: ubuntu-latest steps: - - uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa #0.12.1 + - uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 #0.13.1 with: workflow_id: ${{ github.event.workflow.id }}