File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Cancel Previous Runs
17
- uses : styfle/cancel-workflow-action@0.8 .0
17
+ uses : styfle/cancel-workflow-action@0.9 .0
18
18
with :
19
19
access_token : ${{ github.token }}
20
20
- uses : actions/checkout@v2
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Cancel Previous Runs
33
- uses : styfle/cancel-workflow-action@0.8 .0
33
+ uses : styfle/cancel-workflow-action@0.9 .0
34
34
with :
35
35
access_token : ${{ github.token }}
36
36
- uses : actions/checkout@v2
54
54
variant : cpp
55
55
steps :
56
56
- name : Cancel Previous Runs
57
- uses : styfle/cancel-workflow-action@0.8 .0
57
+ uses : styfle/cancel-workflow-action@0.9 .0
58
58
with :
59
59
access_token : ${{ github.token }}
60
60
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments