File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 33
33
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
34
34
35
35
- name : Checkout code
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
with :
38
38
fetch-depth : 0
39
39
Original file line number Diff line number Diff line change 34
34
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
35
35
36
36
- name : Checkout code
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
with :
39
39
fetch-depth : 0
40
40
65
65
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
66
66
67
67
- name : Checkout code
68
- uses : actions/checkout@v3
68
+ uses : actions/checkout@v4
69
69
with :
70
70
fetch-depth : 0
71
71
Original file line number Diff line number Diff line change 38
38
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
39
39
40
40
- name : Checkout code
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
with :
43
43
fetch-depth : 0
44
44
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
13
Original file line number Diff line number Diff line change 54
54
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
55
55
56
56
- name : Checkout code
57
- uses : actions/checkout@v3
57
+ uses : actions/checkout@v4
58
58
with :
59
59
fetch-depth : 0
60
60
98
98
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.25.1/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl
99
99
100
100
- name : Checkout code
101
- uses : actions/checkout@v3
101
+ uses : actions/checkout@v4
102
102
with :
103
103
fetch-depth : 0
104
104
@@ -134,7 +134,7 @@ jobs:
134
134
version : v3.6.3
135
135
136
136
- name : Checkout
137
- uses : actions/checkout@v3
137
+ uses : actions/checkout@v4
138
138
with :
139
139
fetch-depth : 0
140
140
@@ -157,7 +157,7 @@ jobs:
157
157
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
158
158
159
159
- name : Checkout code
160
- uses : actions/checkout@v3
160
+ uses : actions/checkout@v4
161
161
with :
162
162
fetch-depth : 0
163
163
@@ -180,7 +180,7 @@ jobs:
180
180
# key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
181
181
182
182
# - name: Checkout code
183
- # uses: actions/checkout@v3
183
+ # uses: actions/checkout@v4
184
184
# with:
185
185
# fetch-depth: 0
186
186
You can’t perform that action at this time.
0 commit comments