From 31f9e32c7572b5c0d627af629719d9b15bf7f3b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:06:27 +0000 Subject: [PATCH] chore(deps): update styfle/cancel-workflow-action action to v0.12.1 --- .github/workflows/pull.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull.yaml b/.github/workflows/pull.yaml index 17e4df4..1ee85ac 100644 --- a/.github/workflows/pull.yaml +++ b/.github/workflows/pull.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cancel previous - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ secrets.GITHUB_TOKEN }}