From 18564bea8efb63bdc9aa9d5101875184058e0864 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:19:56 +0000 Subject: [PATCH] chore(deps): update styfle/cancel-workflow-action action to v0.12.0 --- .github/workflows/semantic-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index 52bb27fa..0d6767e5 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.0 # use a fork of the GitHub action - we cannot pull in untrusted third party actions # see https://github.com/cypress-io/cypress/pull/20091#discussion_r801799647