From 97d7cddc7a6afe868f34cf2cffa7a2401c067103 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 03:06:52 +0000 Subject: [PATCH] chore(deps): update styfle/cancel-workflow-action action to v0.12.0 --- .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..f01f883 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.12.0 with: access_token: ${{ secrets.GITHUB_TOKEN }}