From e1d515ebfa757aec730da4022c7e9a6b967bc2a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:01:46 -0400 Subject: [PATCH] chore(deps): update styfle/cancel-workflow-action action to v0.12.0 (#1911) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bf7f6ed0e..f234248fa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: if: ${{ github.event.issue.author_association == 'OWNER' && github.event.issue.state == 'closed' }} steps: - name: Cancel Workflow - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.0 - name: Checkout uses: actions/checkout@v4 - name: Deploy to Vercel