Commit f637c4e 1 parent 3d8a6cc commit f637c4e Copy full SHA for f637c4e
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Cancel Previous Runs
13
- uses : styfle/cancel-workflow-action@0.8 .0
13
+ uses : styfle/cancel-workflow-action@0.9 .0
14
14
with :
15
15
access_token : ${{ github.token }}
16
16
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 47
47
runs-on : ${{ matrix.os }}
48
48
steps :
49
49
- name : Cancel Previous Runs
50
- uses : styfle/cancel-workflow-action@0.8 .0
50
+ uses : styfle/cancel-workflow-action@0.9 .0
51
51
with :
52
52
access_token : ${{ github.token }}
53
53
- name : Set up Go 1.x
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Cancel Previous Runs
14
- uses : styfle/cancel-workflow-action@0.8 .0
14
+ uses : styfle/cancel-workflow-action@0.9 .0
15
15
with :
16
16
access_token : ${{ github.token }}
17
17
- name : Checkout project
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Cancel Previous Runs
16
- uses : styfle/cancel-workflow-action@0.8 .0
16
+ uses : styfle/cancel-workflow-action@0.9 .0
17
17
with :
18
18
access_token : ${{ github.token }}
19
19
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Cancel Previous Runs
14
- uses : styfle/cancel-workflow-action@0.8 .0
14
+ uses : styfle/cancel-workflow-action@0.9 .0
15
15
with :
16
16
access_token : ${{ github.token }}
17
17
- name : Checkout project
You can’t perform that action at this time.
0 commit comments