Skip to content

Commit 4445c76

Browse files
chore(deps): update styfle/cancel-workflow-action action to v0.13.0
1 parent 4eed755 commit 4445c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-actions-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
# Cancel any previous runs for the same branch that are still running.
2424
- name: 'Cancel previous runs'
25-
uses: styfle/cancel-workflow-action@0.10.0
25+
uses: styfle/cancel-workflow-action@0.13.0
2626
with:
2727
access_token: ${{ github.token }}
2828
- name: 'Set up JDK ${{ matrix.java }}'

0 commit comments

Comments
 (0)