File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
fetch-depth : 0
18
18
19
19
- name : Install Go
20
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
20
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
21
21
with :
22
22
go-version-file : ' go.mod'
23
23
cache : true
39
39
fetch-depth : 0
40
40
41
41
- name : Install Go
42
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
42
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
43
43
with :
44
44
go-version-file : ' go.mod'
45
45
cache : true
@@ -63,13 +63,13 @@ jobs:
63
63
fetch-depth : 0
64
64
65
65
- name : Set up Go
66
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
66
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
67
67
with :
68
68
go-version-file : ' go.mod'
69
69
cache : true
70
70
71
71
- name : Set up Node.js
72
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
72
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
73
73
with :
74
74
node-version : ${{ matrix.node-version }}
75
75
registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change 16
16
fetch-depth : 0
17
17
18
18
- name : Set up Go
19
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
19
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
20
20
with :
21
21
go-version : ' 1.24.1'
22
22
You can’t perform that action at this time.
0 commit comments