29
29
30
30
steps :
31
31
- name : git checkout
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
with :
34
34
fetch-depth : 0
35
35
68
68
69
69
steps :
70
70
- name : git checkout
71
- uses : actions/checkout@v3
71
+ uses : actions/checkout@v4
72
72
with :
73
73
fetch-depth : 0
74
74
96
96
runs-on : ubuntu-latest
97
97
steps :
98
98
- name : git checkout
99
- uses : actions/checkout@v3
99
+ uses : actions/checkout@v4
100
100
with :
101
101
fetch-depth : 0
102
102
@@ -132,7 +132,7 @@ jobs:
132
132
runs-on : ubuntu-latest
133
133
steps :
134
134
- name : git checkout
135
- uses : actions/checkout@v3
135
+ uses : actions/checkout@v4
136
136
with :
137
137
fetch-depth : 0
138
138
@@ -160,7 +160,7 @@ jobs:
160
160
runs-on : ubuntu-latest
161
161
steps :
162
162
- name : git checkout
163
- uses : actions/checkout@v3
163
+ uses : actions/checkout@v4
164
164
with :
165
165
fetch-depth : 0
166
166
@@ -190,7 +190,7 @@ jobs:
190
190
- unit
191
191
steps :
192
192
- name : git checkout
193
- uses : actions/checkout@v3
193
+ uses : actions/checkout@v4
194
194
with :
195
195
fetch-depth : 0
196
196
@@ -210,7 +210,7 @@ jobs:
210
210
runs-on : ubuntu-latest
211
211
steps :
212
212
- name : git checkout
213
- uses : actions/checkout@v3
213
+ uses : actions/checkout@v4
214
214
with :
215
215
fetch-depth : 0
216
216
@@ -253,7 +253,7 @@ jobs:
253
253
if : ' !contains(github.event.pull_request.labels.*.name, '' no-changelog'' )'
254
254
steps :
255
255
- name : git checkout
256
- uses : actions/checkout@v3
256
+ uses : actions/checkout@v4
257
257
258
258
- name : release notes check
259
259
run : scripts/check-release-notes.sh
0 commit comments