@@ -116,7 +116,7 @@ jobs:
116116 tag : ${{ steps.set_tag.outputs.tag }}
117117 steps :
118118 - name : Checkout Code
119- uses : actions/checkout@v6.0.2
119+ uses : actions/checkout@v6.0.3
120120 with :
121121 fetch-depth : 0
122122
@@ -197,7 +197,7 @@ jobs:
197197 needs : tag
198198 steps :
199199 - name : Checkout Code
200- uses : actions/checkout@v6.0.2
200+ uses : actions/checkout@v6.0.3
201201 with :
202202 fetch-depth : 0
203203
@@ -207,7 +207,7 @@ jobs:
207207 version : " 0.11.16"
208208
209209 - name : Configure git auth for private packages
210- uses : jebel-quant/rhiza/.github/actions/configure-git-auth@v0.15.2
210+ uses : jebel-quant/rhiza/.github/actions/configure-git-auth@v0.19.1
211211 with :
212212 token : ${{ secrets.GH_PAT }}
213213
@@ -306,7 +306,7 @@ jobs:
306306
307307 steps :
308308 - name : Checkout Code
309- uses : actions/checkout@v6.0.2
309+ uses : actions/checkout@v6.0.3
310310 with :
311311 fetch-depth : 0
312312
@@ -340,7 +340,7 @@ jobs:
340340 needs : [tag, draft-release]
341341 steps :
342342 - name : Checkout Default Branch
343- uses : actions/checkout@v6.0.2
343+ uses : actions/checkout@v6.0.3
344344 with :
345345 ref : ${{ github.event.repository.default_branch }}
346346 fetch-depth : 0
@@ -373,7 +373,7 @@ jobs:
373373
374374 steps :
375375 - name : Checkout Code
376- uses : actions/checkout@v6.0.2
376+ uses : actions/checkout@v6.0.3
377377 with :
378378 fetch-depth : 0
379379
@@ -421,7 +421,7 @@ jobs:
421421
422422 steps :
423423 - name : Checkout Code
424- uses : actions/checkout@v6.0.2
424+ uses : actions/checkout@v6.0.3
425425 with :
426426 fetch-depth : 0
427427
@@ -483,7 +483,7 @@ jobs:
483483 image_name : ${{ steps.image_name.outputs.image_name }}
484484 steps :
485485 - name : Checkout Code
486- uses : actions/checkout@v6.0.2
486+ uses : actions/checkout@v6.0.3
487487 with :
488488 fetch-depth : 0
489489
@@ -568,7 +568,7 @@ jobs:
568568 if : needs.pypi.result == 'success' || needs.conda.result == 'success' || needs.devcontainer.result == 'success'
569569 steps :
570570 - name : Checkout Code
571- uses : actions/checkout@v6.0.2
571+ uses : actions/checkout@v6.0.3
572572 with :
573573 fetch-depth : 0
574574
0 commit comments