6969 uses : hmarr/debug-action@v3.0.0
7070 - id : checkout
7171 name : Checkout ${{ env.REF_NAME }}
72- uses : actions/checkout@v6.0.1
72+ uses : actions/checkout@v6.0.2
7373 with :
7474 persist-credentials : false
7575 ref : ${{ env.REF }}
@@ -103,7 +103,7 @@ jobs:
103103 steps :
104104 - id : checkout
105105 name : Checkout ${{ env.REF_NAME }}
106- uses : actions/checkout@v6.0.1
106+ uses : actions/checkout@v6.0.2
107107 with :
108108 fetch-depth : 0
109109 persist-credentials : false
@@ -131,7 +131,7 @@ jobs:
131131 steps :
132132 - id : checkout
133133 name : Checkout ${{ env.REF_NAME }}
134- uses : actions/checkout@v6.0.1
134+ uses : actions/checkout@v6.0.2
135135 with :
136136 persist-credentials : false
137137 ref : ${{ env.REF }}
@@ -167,7 +167,7 @@ jobs:
167167 steps :
168168 - id : checkout
169169 name : Checkout ${{ env.REF_NAME }}
170- uses : actions/checkout@v6.0.1
170+ uses : actions/checkout@v6.0.2
171171 with :
172172 persist-credentials : false
173173 ref : ${{ env.REF }}
@@ -195,7 +195,7 @@ jobs:
195195 steps :
196196 - id : checkout
197197 name : Checkout ${{ env.REF_NAME }}
198- uses : actions/checkout@v6.0.1
198+ uses : actions/checkout@v6.0.2
199199 with :
200200 fetch-depth : ${{ github.event_name == 'pull_request' && 0 || 1 }}
201201 persist-credentials : false
@@ -217,7 +217,7 @@ jobs:
217217 steps :
218218 - id : checkout
219219 name : Checkout ${{ env.REF_NAME }}
220- uses : actions/checkout@v6.0.1
220+ uses : actions/checkout@v6.0.2
221221 with :
222222 persist-credentials : false
223223 ref : ${{ env.REF }}
@@ -258,7 +258,7 @@ jobs:
258258 steps :
259259 - id : checkout
260260 name : Checkout ${{ env.REF_NAME }}
261- uses : actions/checkout@v6.0.1
261+ uses : actions/checkout@v6.0.2
262262 with :
263263 persist-credentials : false
264264 ref : ${{ env.REF }}
@@ -340,7 +340,7 @@ jobs:
340340 steps :
341341 - id : checkout
342342 name : Checkout ${{ env.REF_NAME }}
343- uses : actions/checkout@v6.0.1
343+ uses : actions/checkout@v6.0.2
344344 with :
345345 persist-credentials : false
346346 ref : ${{ env.REF }}
@@ -440,7 +440,7 @@ jobs:
440440 echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, matrix.package, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT
441441 - id : checkout
442442 name : Checkout ${{ env.REF_NAME }}
443- uses : actions/checkout@v6.0.1
443+ uses : actions/checkout@v6.0.2
444444 with :
445445 fetch-depth : 0
446446 persist-credentials : false
0 commit comments