From ff491ab1f38d9fa5b4357af0ad8a6fffb28ea21f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 17:39:59 +0000 Subject: [PATCH] chore(deps): update styfle/cancel-workflow-action action to v0.13.1 --- .github/actions/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci.yml b/.github/actions/ci.yml index 5e8d487..c5942b7 100644 --- a/.github/actions/ci.yml +++ b/.github/actions/ci.yml @@ -33,7 +33,7 @@ jobs: if: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request'}} steps: - name: Cancel previous runs - uses: styfle/cancel-workflow-action@0.9.0 + uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ secrets.GITHUB_TOKEN }}