Skip to content

Commit af7d77d

Browse files
committed
pin cancel-workflow-action to specific SHA
1 parent 1f4a1f9 commit af7d77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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

2424
steps:
2525
- name: Cancel previous workflow runs
26-
uses: styfle/cancel-workflow-action@0.8.0
26+
uses: styfle/cancel-workflow-action@89f242ee29e10c53a841bfe71cc0ce7b2f065abc #0.9.0
2727
with:
2828
access_token: ${{ github.token }}
2929

0 commit comments

Comments
 (0)