From abca3be802c61fcc0ff4889e2201e78eee53ad93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 10:33:03 +0000 Subject: [PATCH] chore(deps): bump styfle/cancel-workflow-action in /example-workflows Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.13.0...0.13.1) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example-workflows/cancel-previous-runs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-workflows/cancel-previous-runs.yaml b/example-workflows/cancel-previous-runs.yaml index 95e832b..2609600 100644 --- a/example-workflows/cancel-previous-runs.yaml +++ b/example-workflows/cancel-previous-runs.yaml @@ -13,7 +13,7 @@ jobs: steps: # third-party action that cancels previous runs - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.13.0 + uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }}