File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files 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 : Check out code into the Go module directory
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
17
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
18
18
with :
19
19
ref : master
20
20
- name : Install go
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Check out code into the Go module directory
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
14
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
15
15
with :
16
16
fetch-depth : 1
17
17
- name : Install go
31
31
if : github.ref == 'refs/heads/master'
32
32
steps :
33
33
- name : checkout
34
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
34
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
35
35
with :
36
36
fetch-depth : 1
37
37
You can’t perform that action at this time.
0 commit comments