68
68
69
69
- id : checkout
70
70
name : Checkout ${{ env.REF_NAME }}
71
- uses : actions/checkout@v4.2.2
71
+ uses : actions/checkout@v5.0.0
72
72
with :
73
73
persist-credentials : false
74
74
ref : ${{ env.REF }}
@@ -115,7 +115,7 @@ jobs:
115
115
steps :
116
116
- id : checkout
117
117
name : Checkout ${{ env.REF_NAME }}
118
- uses : actions/checkout@v4.2.2
118
+ uses : actions/checkout@v5.0.0
119
119
with :
120
120
fetch-depth : 0
121
121
persist-credentials : false
@@ -143,7 +143,7 @@ jobs:
143
143
steps :
144
144
- id : checkout
145
145
name : Checkout
146
- uses : actions/checkout@v4.2.2
146
+ uses : actions/checkout@v5.0.0
147
147
with :
148
148
fetch-depth : 0
149
149
- id : scan
@@ -166,7 +166,7 @@ jobs:
166
166
steps :
167
167
- id : checkout
168
168
name : Checkout ${{ env.REF_NAME }}
169
- uses : actions/checkout@v4.2.2
169
+ uses : actions/checkout@v5.0.0
170
170
with :
171
171
persist-credentials : false
172
172
ref : ${{ env.REF }}
@@ -195,7 +195,7 @@ jobs:
195
195
steps :
196
196
- id : checkout
197
197
name : Checkout ${{ env.REF_NAME }}
198
- uses : actions/checkout@v4.2.2
198
+ uses : actions/checkout@v5.0.0
199
199
with :
200
200
persist-credentials : false
201
201
ref : ${{ env.REF }}
@@ -224,7 +224,7 @@ jobs:
224
224
steps :
225
225
- id : checkout
226
226
name : Checkout ${{ env.REF_NAME }}
227
- uses : actions/checkout@v4.2.2
227
+ uses : actions/checkout@v5.0.0
228
228
with :
229
229
persist-credentials : false
230
230
ref : ${{ env.REF }}
@@ -263,7 +263,7 @@ jobs:
263
263
steps :
264
264
- id : checkout
265
265
name : Checkout ${{ env.REF_NAME }}
266
- uses : actions/checkout@v4.2.2
266
+ uses : actions/checkout@v5.0.0
267
267
with :
268
268
persist-credentials : false
269
269
ref : ${{ env.REF }}
@@ -318,7 +318,7 @@ jobs:
318
318
steps :
319
319
- id : checkout
320
320
name : Checkout ${{ env.REF_NAME }}
321
- uses : actions/checkout@v4.2.2
321
+ uses : actions/checkout@v5.0.0
322
322
with :
323
323
persist-credentials : false
324
324
ref : ${{ env.REF }}
@@ -389,7 +389,7 @@ jobs:
389
389
steps :
390
390
- id : checkout
391
391
name : Checkout ${{ env.REF_NAME }}
392
- uses : actions/checkout@v4.2.2
392
+ uses : actions/checkout@v5.0.0
393
393
with :
394
394
persist-credentials : false
395
395
ref : ${{ env.REF }}
@@ -441,7 +441,7 @@ jobs:
441
441
steps :
442
442
- id : checkout
443
443
name : Checkout ${{ env.REF_NAME }}
444
- uses : actions/checkout@v4.2.2
444
+ uses : actions/checkout@v5.0.0
445
445
with :
446
446
fetch-depth : 0
447
447
persist-credentials : false
0 commit comments