Skip to content

Commit

Permalink
Merge pull request #24 from mrsteele/dependabot/github_actions/styfle…
Browse files Browse the repository at this point in the history
…/cancel-workflow-action-0.12.0

chore(deps): bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0
  • Loading branch information
github-actions[bot] authored Oct 3, 2023
2 parents 123d871 + 42dd834 commit 6e5cf6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
Expand All @@ -26,7 +26,7 @@ jobs:
name: Node ${{ matrix.node }} test
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.0
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
Expand All @@ -39,7 +39,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
- name: Checkout
uses: actions/checkout@v4
- name: Semantic Release
Expand Down

0 comments on commit 6e5cf6d

Please sign in to comment.