Skip to content

Commit

Permalink
Merge pull request #287 from alleyinteractive/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/styfle/cancel-workflow-action-0.10.0

Bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0
  • Loading branch information
srtfisher authored Jun 27, 2022
2 parents 9fee943 + fcb6790 commit 4b3c6fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Cancel previous runs of this workflow (pull requests only)
if: ${{ github.event_name == 'pull_request' }}
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- name: Cancel previous runs of this workflow (pull requests only)
if: ${{ github.event_name == 'pull_request' }}
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down

0 comments on commit 4b3c6fd

Please sign in to comment.