File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
steps :
44
44
# Cancel previous runs that are not completed
45
45
- name : Cancel Previous Runs
46
- uses : styfle/cancel-workflow-action@0.9.1
46
+ uses : styfle/cancel-workflow-action@0.10.0
47
47
with :
48
48
access_token : ${{ github.token }}
49
49
Original file line number Diff line number Diff line change 63
63
steps :
64
64
# Cancel previous runs that are not completed
65
65
- name : Cancel Previous Runs
66
- uses : styfle/cancel-workflow-action@0.9.1
66
+ uses : styfle/cancel-workflow-action@0.10.0
67
67
with :
68
68
access_token : ${{ github.token }}
69
69
Original file line number Diff line number Diff line change 39
39
steps :
40
40
# Cancel previous runs that are not completed
41
41
- name : Cancel Previous Runs
42
- uses : styfle/cancel-workflow-action@0.9.1
42
+ uses : styfle/cancel-workflow-action@0.10.0
43
43
with :
44
44
access_token : ${{ github.token }}
45
45
You can’t perform that action at this time.
0 commit comments