5151 version : ${{ steps.final_version.outputs.version }}
5252 steps :
5353 - name : Checkout repository
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v6
5555
5656 - name : Extract version parameter
5757 id : extract
9696 fail-fast : false
9797 steps :
9898 - name : Checkout documentation repository
99- uses : actions/checkout@v4
99+ uses : actions/checkout@v6
100100 with :
101101 token : ${{ secrets.GITHUB_TOKEN }}
102102
@@ -107,7 +107,7 @@ jobs:
107107 sudo chmod +x /usr/local/bin/yq
108108
109109 - name : Clone source repository
110- uses : actions/checkout@v4
110+ uses : actions/checkout@v6
111111 with :
112112 repository : genlayerlabs/genlayer-node
113113 token : ${{ secrets.NODE_REPO_TOKEN || secrets.GITHUB_TOKEN }}
@@ -199,7 +199,7 @@ jobs:
199199 sync_reports : ${{ steps.calculate.outputs.all_reports }}
200200 steps :
201201 - name : Checkout repository
202- uses : actions/checkout@v4
202+ uses : actions/checkout@v6
203203
204204 - name : Download all sync artifacts
205205 uses : actions/download-artifact@v4
@@ -254,7 +254,7 @@ jobs:
254254 generation_success : ${{ steps.generate.outputs.success }}
255255 steps :
256256 - name : Checkout documentation repository
257- uses : actions/checkout@v4
257+ uses : actions/checkout@v6
258258 with :
259259 token : ${{ secrets.GITHUB_TOKEN }}
260260
@@ -322,7 +322,7 @@ jobs:
322322 pull-requests : write
323323 steps :
324324 - name : Checkout documentation repository
325- uses : actions/checkout@v4
325+ uses : actions/checkout@v6
326326 with :
327327 fetch-depth : 0
328328 token : ${{ secrets.GITHUB_TOKEN }}
@@ -462,7 +462,7 @@ jobs:
462462 if : always()
463463 steps :
464464 - name : Checkout repository
465- uses : actions/checkout@v4
465+ uses : actions/checkout@v6
466466
467467 - name : Download final artifact with sync reports
468468 uses : actions/download-artifact@v4
0 commit comments