Skip to content

Commit a156ceb

Browse files
chore(deps): update styfle/cancel-workflow-action action to v0.12.1
1 parent 5005aa3 commit a156ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.12.1
2626
with:
2727
access_token: ${{ github.token }}
2828
- name: 'Set up JDK ${{ matrix.java }}'

0 commit comments

Comments
 (0)