6767 uses : hmarr/debug-action@v3.0.0
6868 - id : checkout
6969 name : Checkout ${{ env.REF_NAME }}
70- uses : actions/checkout@v6.0.1
70+ uses : actions/checkout@v6.0.2
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.1
104+ uses : actions/checkout@v6.0.2
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.1
132+ uses : actions/checkout@v6.0.2
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.1
168+ uses : actions/checkout@v6.0.2
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.1
196+ uses : actions/checkout@v6.0.2
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.1
218+ uses : actions/checkout@v6.0.2
219219 with :
220220 persist-credentials : false
221221 ref : ${{ env.REF }}
@@ -256,7 +256,7 @@ jobs:
256256 steps :
257257 - id : checkout
258258 name : Checkout ${{ env.REF_NAME }}
259- uses : actions/checkout@v6.0.1
259+ uses : actions/checkout@v6.0.2
260260 with :
261261 persist-credentials : false
262262 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.1
341+ uses : actions/checkout@v6.0.2
342342 with :
343343 persist-credentials : false
344344 ref : ${{ env.REF }}
@@ -438,7 +438,7 @@ jobs:
438438 echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, matrix.package, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT
439439 - id : checkout
440440 name : Checkout ${{ env.REF_NAME }}
441- uses : actions/checkout@v6.0.1
441+ uses : actions/checkout@v6.0.2
442442 with :
443443 fetch-depth : 0
444444 persist-credentials : false
0 commit comments