6767 uses : hmarr/debug-action@v3.0.0
6868 - id : checkout
6969 name : Checkout ${{ env.REF_NAME }}
70- uses : actions/checkout@v6.0.0
70+ uses : actions/checkout@v6.0.1
7171 with :
7272 persist-credentials : false
7373 ref : ${{ env.REF }}
@@ -101,7 +101,7 @@ jobs:
101101 steps :
102102 - id : checkout
103103 name : Checkout ${{ env.REF_NAME }}
104- uses : actions/checkout@v6.0.0
104+ uses : actions/checkout@v6.0.1
105105 with :
106106 fetch-depth : 0
107107 persist-credentials : false
@@ -129,7 +129,7 @@ jobs:
129129 steps :
130130 - id : checkout
131131 name : Checkout ${{ env.REF_NAME }}
132- uses : actions/checkout@v6.0.0
132+ uses : actions/checkout@v6.0.1
133133 with :
134134 persist-credentials : false
135135 ref : ${{ env.REF }}
@@ -165,7 +165,7 @@ jobs:
165165 steps :
166166 - id : checkout
167167 name : Checkout ${{ env.REF_NAME }}
168- uses : actions/checkout@v6.0.0
168+ uses : actions/checkout@v6.0.1
169169 with :
170170 persist-credentials : false
171171 ref : ${{ env.REF }}
@@ -193,7 +193,7 @@ jobs:
193193 steps :
194194 - id : checkout
195195 name : Checkout ${{ env.REF_NAME }}
196- uses : actions/checkout@v6.0.0
196+ uses : actions/checkout@v6.0.1
197197 with :
198198 fetch-depth : ${{ github.event_name == 'pull_request' && 0 || 1 }}
199199 persist-credentials : false
@@ -215,7 +215,7 @@ jobs:
215215 steps :
216216 - id : checkout
217217 name : Checkout ${{ env.REF_NAME }}
218- uses : actions/checkout@v6.0.0
218+ uses : actions/checkout@v6.0.1
219219 with :
220220 persist-credentials : false
221221 ref : ${{ env.REF }}
@@ -260,7 +260,7 @@ jobs:
260260 steps :
261261 - id : checkout
262262 name : Checkout ${{ env.REF_NAME }}
263- uses : actions/checkout@v6.0.0
263+ uses : actions/checkout@v6.0.1
264264 with :
265265 persist-credentials : false
266266 ref : ${{ env.REF }}
@@ -342,7 +342,7 @@ jobs:
342342 steps :
343343 - id : checkout
344344 name : Checkout ${{ env.REF_NAME }}
345- uses : actions/checkout@v6.0.0
345+ uses : actions/checkout@v6.0.1
346346 with :
347347 persist-credentials : false
348348 ref : ${{ env.REF }}
@@ -388,7 +388,7 @@ jobs:
388388 echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, github.event.repository.name, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT
389389 - id : checkout
390390 name : Checkout ${{ env.REF_NAME }}
391- uses : actions/checkout@v6.0.0
391+ uses : actions/checkout@v6.0.1
392392 with :
393393 fetch-depth : 0
394394 persist-credentials : false
0 commit comments