File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
42
43
43
- name : Setup Golang Environment
44
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
44
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
45
45
with :
46
46
go-version : ${{ matrix.go-version }}
47
47
@@ -100,7 +100,7 @@ jobs:
100
100
if : ${{ github.event_name == 'push' }}
101
101
102
102
- name : Setup Golang Environment
103
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
103
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
104
104
with :
105
105
go-version : stable
106
106
if : ${{ github.ref_type == 'tag' }}
Original file line number Diff line number Diff line change 51
51
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52
52
53
53
- name : Setup Golang Environment
54
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
54
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
55
55
with :
56
56
go-version : stable
57
57
if : matrix.language == 'go'
Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
30
- name : Setup Golang Environment
31
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
31
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
32
32
with :
33
33
go-version : stable
34
34
You can’t perform that action at this time.
0 commit comments