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