Skip to content

Commit

Permalink
Merge pull request #107 from SquireTournamentServices/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/styfle/cancel-workflow-action-0.12.1

chore(deps): bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1
  • Loading branch information
djpiper28 authored Feb 19, 2024
2 parents 2fbb461 + 3eec9af commit a223b24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Cancel previous runs
uses: styfle/[email protected].0
uses: styfle/[email protected].1
with:
access_token: ${{github.token}} # needs other token https://github.com/styfle/cancel-workflow-action/issues/7

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Cancel previous runs
uses: styfle/[email protected].0
uses: styfle/[email protected].1
with:
access_token: ${{github.token}} # needs other token https://github.com/styfle/cancel-workflow-action/issues/7

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/memtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Cancel previous runs
uses: styfle/[email protected].0
uses: styfle/[email protected].1
with:
access_token: ${{github.token}} # needs other token https://github.com/styfle/cancel-workflow-action/issues/7

Expand Down

0 comments on commit a223b24

Please sign in to comment.