2929
3030 steps :
3131 - name : git checkout
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333 with :
3434 fetch-depth : 0
3535
6868
6969 steps :
7070 - name : git checkout
71- uses : actions/checkout@v3
71+ uses : actions/checkout@v4
7272 with :
7373 fetch-depth : 0
7474
9696 runs-on : ubuntu-latest
9797 steps :
9898 - name : git checkout
99- uses : actions/checkout@v3
99+ uses : actions/checkout@v4
100100 with :
101101 fetch-depth : 0
102102
@@ -132,7 +132,7 @@ jobs:
132132 runs-on : ubuntu-latest
133133 steps :
134134 - name : git checkout
135- uses : actions/checkout@v3
135+ uses : actions/checkout@v4
136136 with :
137137 fetch-depth : 0
138138
@@ -160,7 +160,7 @@ jobs:
160160 runs-on : ubuntu-latest
161161 steps :
162162 - name : git checkout
163- uses : actions/checkout@v3
163+ uses : actions/checkout@v4
164164 with :
165165 fetch-depth : 0
166166
@@ -190,7 +190,7 @@ jobs:
190190 - unit
191191 steps :
192192 - name : git checkout
193- uses : actions/checkout@v3
193+ uses : actions/checkout@v4
194194 with :
195195 fetch-depth : 0
196196
@@ -210,7 +210,7 @@ jobs:
210210 runs-on : ubuntu-latest
211211 steps :
212212 - name : git checkout
213- uses : actions/checkout@v3
213+ uses : actions/checkout@v4
214214 with :
215215 fetch-depth : 0
216216
@@ -253,7 +253,7 @@ jobs:
253253 if : ' !contains(github.event.pull_request.labels.*.name, '' no-changelog'' )'
254254 steps :
255255 - name : git checkout
256- uses : actions/checkout@v3
256+ uses : actions/checkout@v4
257257
258258 - name : release notes check
259259 run : scripts/check-release-notes.sh
0 commit comments