67676868 - id : checkout
6969 name : Checkout ${{ env.REF_NAME }}
70- uses : actions/checkout@v4.2.2
70+ uses : actions/checkout@v5.0.0
7171 with :
7272 persist-credentials : false
7373 ref : ${{ env.REF }}
@@ -109,7 +109,7 @@ jobs:
109109 steps :
110110 - id : checkout
111111 name : Checkout ${{ env.REF_NAME }}
112- uses : actions/checkout@v4.2.2
112+ uses : actions/checkout@v5.0.0
113113 with :
114114 fetch-depth : 0
115115 persist-credentials : false
@@ -137,7 +137,7 @@ jobs:
137137 steps :
138138 - id : checkout
139139 name : Checkout
140- uses : actions/checkout@v4.2.2
140+ uses : actions/checkout@v5.0.0
141141 with :
142142 fetch-depth : 0
143143 - id : scan
@@ -160,7 +160,7 @@ jobs:
160160 steps :
161161 - id : checkout
162162 name : Checkout ${{ env.REF_NAME }}
163- uses : actions/checkout@v4.2.2
163+ uses : actions/checkout@v5.0.0
164164 with :
165165 persist-credentials : false
166166 ref : ${{ env.REF }}
@@ -189,7 +189,7 @@ jobs:
189189 steps :
190190 - id : checkout
191191 name : Checkout ${{ env.REF_NAME }}
192- uses : actions/checkout@v4.2.2
192+ uses : actions/checkout@v5.0.0
193193 with :
194194 persist-credentials : false
195195 ref : ${{ env.REF }}
@@ -218,7 +218,7 @@ jobs:
218218 steps :
219219 - id : checkout
220220 name : Checkout ${{ env.REF_NAME }}
221- uses : actions/checkout@v4.2.2
221+ uses : actions/checkout@v5.0.0
222222 with :
223223 persist-credentials : false
224224 ref : ${{ env.REF }}
@@ -255,7 +255,7 @@ jobs:
255255 steps :
256256 - id : checkout
257257 name : Checkout ${{ env.REF_NAME }}
258- uses : actions/checkout@v4.2.2
258+ uses : actions/checkout@v5.0.0
259259 with :
260260 persist-credentials : false
261261 ref : ${{ env.REF }}
@@ -300,7 +300,7 @@ jobs:
300300 steps :
301301 - id : checkout
302302 name : Checkout ${{ env.REF_NAME }}
303- uses : actions/checkout@v4.2.2
303+ uses : actions/checkout@v5.0.0
304304 with :
305305 persist-credentials : false
306306 ref : ${{ env.REF }}
@@ -351,7 +351,7 @@ jobs:
351351 steps :
352352 - id : checkout
353353 name : Checkout ${{ env.REF_NAME }}
354- uses : actions/checkout@v4.2.2
354+ uses : actions/checkout@v5.0.0
355355 with :
356356 fetch-depth : 0
357357 persist-credentials : false
0 commit comments