Skip to content

Commit a6313d5

Browse files
Merge pull request #111 from alleyinteractive/dependabot/github_actions/styfle/cancel-workflow-action-0.13.1
Bump styfle/cancel-workflow-action from 0.13.0 to 0.13.1
2 parents d466692 + 40255bf commit a6313d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Cancel previous runs of this workflow (pull requests only)
8282
if: github.event_name == 'pull_request'
83-
uses: styfle/cancel-workflow-action@0.13.0
83+
uses: styfle/cancel-workflow-action@0.13.1
8484
with:
8585
access_token: ${{ github.token }}
8686

.github/workflows/php-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Cancel previous runs of this workflow (pull requests only)
9393
if: github.event_name == 'pull_request'
94-
uses: styfle/cancel-workflow-action@0.13.0
94+
uses: styfle/cancel-workflow-action@0.13.1
9595
with:
9696
access_token: ${{ github.token }}
9797

0 commit comments

Comments
 (0)