Skip to content

Commit f90248d

Browse files
authored
Update cancel-workflow-action (#814)
* Update cancel-workflow-action
1 parent bfb47d8 commit f90248d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Cancel Previous Runs
2525
# Only cancel non-master branch runs
2626
if: ${{ github.ref != 'refs/heads/master' }}
27-
uses: styfle/cancel-workflow-action@0.9.0
27+
uses: styfle/cancel-workflow-action@0.11.0
2828
with:
2929
access_token: ${{ github.token }}
3030
- name: Clean

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Cancel Previous Runs
2020
# Only cancel non-master branch runs
2121
if: ${{ github.ref != 'refs/heads/master' }}
22-
uses: styfle/cancel-workflow-action@0.9.0
22+
uses: styfle/cancel-workflow-action@0.11.0
2323
with:
2424
access_token: ${{ github.token }}
2525
build:

0 commit comments

Comments
 (0)