Skip to content

Commit

Permalink
chore: Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 (#227)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent 34db29e commit 7fe8a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7fe8a3e

Please sign in to comment.