6868 uses : hmarr/debug-action@v3.0.0
6969 - id : checkout
7070 name : Checkout ${{ env.REF_NAME }}
71- uses : actions/checkout@v6.0.0
71+ uses : actions/checkout@v6.0.1
7272 with :
7373 persist-credentials : false
7474 ref : ${{ env.REF }}
@@ -102,7 +102,7 @@ jobs:
102102 steps :
103103 - id : checkout
104104 name : Checkout ${{ env.REF_NAME }}
105- uses : actions/checkout@v6.0.0
105+ uses : actions/checkout@v6.0.1
106106 with :
107107 fetch-depth : 0
108108 persist-credentials : false
@@ -130,7 +130,7 @@ jobs:
130130 steps :
131131 - id : checkout
132132 name : Checkout ${{ env.REF_NAME }}
133- uses : actions/checkout@v6.0.0
133+ uses : actions/checkout@v6.0.1
134134 with :
135135 persist-credentials : false
136136 ref : ${{ env.REF }}
@@ -166,7 +166,7 @@ jobs:
166166 steps :
167167 - id : checkout
168168 name : Checkout ${{ env.REF_NAME }}
169- uses : actions/checkout@v6.0.0
169+ uses : actions/checkout@v6.0.1
170170 with :
171171 persist-credentials : false
172172 ref : ${{ env.REF }}
@@ -194,7 +194,7 @@ jobs:
194194 steps :
195195 - id : checkout
196196 name : Checkout ${{ env.REF_NAME }}
197- uses : actions/checkout@v6.0.0
197+ uses : actions/checkout@v6.0.1
198198 with :
199199 fetch-depth : ${{ github.event_name == 'pull_request' && 0 || 1 }}
200200 persist-credentials : false
@@ -216,7 +216,7 @@ jobs:
216216 steps :
217217 - id : checkout
218218 name : Checkout ${{ env.REF_NAME }}
219- uses : actions/checkout@v6.0.0
219+ uses : actions/checkout@v6.0.1
220220 with :
221221 persist-credentials : false
222222 ref : ${{ env.REF }}
@@ -257,7 +257,7 @@ jobs:
257257 steps :
258258 - id : checkout
259259 name : Checkout ${{ env.REF_NAME }}
260- uses : actions/checkout@v6.0.0
260+ uses : actions/checkout@v6.0.1
261261 with :
262262 persist-credentials : false
263263 ref : ${{ env.REF }}
@@ -338,7 +338,7 @@ jobs:
338338 steps :
339339 - id : checkout
340340 name : Checkout ${{ env.REF_NAME }}
341- uses : actions/checkout@v6.0.0
341+ uses : actions/checkout@v6.0.1
342342 with :
343343 persist-credentials : false
344344 ref : ${{ env.REF }}
@@ -422,7 +422,7 @@ jobs:
422422 echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, github.event.repository.name, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT
423423 - id : checkout
424424 name : Checkout ${{ env.REF_NAME }}
425- uses : actions/checkout@v6.0.0
425+ uses : actions/checkout@v6.0.1
426426 with :
427427 fetch-depth : 0
428428 persist-credentials : false
0 commit comments