chore: Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 (#227)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-16 16:21:40 +03:00 committed by GitHub
parent 34db29e665
commit 7fe8a3e0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
steps:
- name: Cancel previous runs
if: github.event_name == 'pull_request'
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.0
- name: Checkout
uses: actions/checkout@v3
@ -68,7 +68,7 @@ jobs:
steps:
- name: Cancel previous runs
if: github.event_name == 'pull_request'
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.0
- name: Checkout
uses: actions/checkout@v3