From 8bb16907a27087e04b4a334a8cab529bce822363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:17:09 +0000 Subject: [PATCH] chore(deps): bump styfle/cancel-workflow-action from 0.13.0 to 0.13.1 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/3155a141048f8f89c06b4cdae32e7853e97536bc...d07a454dad7609a92316b57b23c9ccfd4f59af66) --- 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] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c1ee34..8702eae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Cancel previous - uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc #0.13.0 + uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 #0.13.1 with: access_token: ${{ github.token }}