File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
fetch-depth : 2
35
35
36
36
- name : Install Go
37
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
37
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
38
38
with :
39
39
go-version-file : go.mod
40
40
Original file line number Diff line number Diff line change 55
55
runs-on : ubuntu-latest
56
56
steps :
57
57
58
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
58
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
59
59
with :
60
60
go-version : ${{ env.GO_VERSION }}
61
61
Original file line number Diff line number Diff line change 11
11
platform : [ubuntu-latest]
12
12
runs-on : ${{ matrix.platform }}
13
13
steps :
14
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
14
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
15
15
with :
16
16
go-version : ${{ matrix.go-version }}
17
17
47
47
platform : [ubuntu-latest]
48
48
runs-on : ${{ matrix.platform }}
49
49
steps :
50
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
50
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
51
51
with :
52
52
go-version : ${{ matrix.go-version }}
53
53
You can’t perform that action at this time.
0 commit comments