6161 uses : hmarr/debug-action@v3.0.0
6262 - id : checkout
6363 name : Checkout ${{ env.REF_NAME }}
64- uses : actions/checkout@v4.2.2
64+ uses : actions/checkout@v5.0.0
6565 with :
6666 persist-credentials : false
6767 ref : ${{ env.REF }}
9999 steps :
100100 - id : checkout
101101 name : Checkout ${{ env.REF_NAME }}
102- uses : actions/checkout@v4.2.2
102+ uses : actions/checkout@v5.0.0
103103 with :
104104 fetch-depth : 0
105105 persist-credentials : false
@@ -127,7 +127,7 @@ jobs:
127127 steps :
128128 - id : checkout
129129 name : Checkout
130- uses : actions/checkout@v4.2.2
130+ uses : actions/checkout@v5.0.0
131131 with :
132132 fetch-depth : 0
133133 - id : scan
@@ -150,7 +150,7 @@ jobs:
150150 steps :
151151 - id : checkout
152152 name : Checkout ${{ env.REF_NAME }}
153- uses : actions/checkout@v4.2.2
153+ uses : actions/checkout@v5.0.0
154154 with :
155155 persist-credentials : false
156156 ref : ${{ env.REF }}
@@ -179,7 +179,7 @@ jobs:
179179 steps :
180180 - id : checkout
181181 name : Checkout ${{ env.REF_NAME }}
182- uses : actions/checkout@v4.2.2
182+ uses : actions/checkout@v5.0.0
183183 with :
184184 persist-credentials : false
185185 ref : ${{ env.REF }}
@@ -208,7 +208,7 @@ jobs:
208208 steps :
209209 - id : checkout
210210 name : Checkout ${{ env.REF_NAME }}
211- uses : actions/checkout@v4.2.2
211+ uses : actions/checkout@v5.0.0
212212 with :
213213 persist-credentials : false
214214 ref : ${{ env.REF }}
@@ -239,7 +239,7 @@ jobs:
239239 steps :
240240 - id : checkout
241241 name : Checkout ${{ env.REF_NAME }}
242- uses : actions/checkout@v4.2.2
242+ uses : actions/checkout@v5.0.0
243243 with :
244244 persist-credentials : false
245245 ref : ${{ env.REF }}
@@ -287,7 +287,7 @@ jobs:
287287 steps :
288288 - id : checkout
289289 name : Checkout ${{ env.REF_NAME }}
290- uses : actions/checkout@v4.2.2
290+ uses : actions/checkout@v5.0.0
291291 with :
292292 persist-credentials : false
293293 ref : ${{ env.REF }}
@@ -362,7 +362,7 @@ jobs:
362362 echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, github.event.repository.name, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT
363363 - id : checkout
364364 name : Checkout ${{ env.REF_NAME }}
365- uses : actions/checkout@v4.2.2
365+ uses : actions/checkout@v5.0.0
366366 with :
367367 fetch-depth : 0
368368 persist-credentials : false
0 commit comments