@@ -124,7 +124,7 @@ jobs:
124124 inputs.client_source
125125 }}
126126 steps :
127- - uses : ethpandaops/hive-github-action/helpers/client-config@ef42b1df92b6984a473db62f5a76c32136eda6ce # v0.6.0
127+ - uses : ethpandaops/hive-github-action/helpers/client-config@895b0a9d7286bf39d88d25a734da0ac8346a9c80 # v0.6.1
128128 if : github.event_name == 'schedule'
129129 name : " Client config: schedule"
130130 id : client_config_schedule
@@ -134,7 +134,7 @@ jobs:
134134 hive_version : " ethereum/hive@master"
135135 goproxy : ${{ env.GOPROXY }}
136136
137- - uses : ethpandaops/hive-github-action/helpers/client-config@ef42b1df92b6984a473db62f5a76c32136eda6ce # v0.6.0
137+ - uses : ethpandaops/hive-github-action/helpers/client-config@895b0a9d7286bf39d88d25a734da0ac8346a9c80 # v0.6.1
138138 if : github.event_name == 'workflow_dispatch'
139139 name : " Client config: workflow_dispatch"
140140 id : client_config_dispatch
@@ -180,14 +180,14 @@ jobs:
180180 "ethereum/eels/consume-rlp"
181181 '))}}
182182 steps :
183- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
184- - uses : ethpandaops/hive-github-action/helpers/self-hosted-runner-dependencies@ef42b1df92b6984a473db62f5a76c32136eda6ce # v0.6.0
183+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
184+ - uses : ethpandaops/hive-github-action/helpers/self-hosted-runner-dependencies@895b0a9d7286bf39d88d25a734da0ac8346a9c80 # v0.6.1
185185 if : runner.environment != 'github-hosted'
186186 - uses : ethpandaops/actions/docker-login@a91b7a8dd6a264f5e845ac2aa52d2d6f24e6d01d
187187 with :
188188 username : ethpandaops
189189 password : ${{ secrets.DOCKERHUB_TOKEN }}
190- - uses : ethpandaops/hive-github-action@ef42b1df92b6984a473db62f5a76c32136eda6ce # v0.6.0
190+ - uses : ethpandaops/hive-github-action@895b0a9d7286bf39d88d25a734da0ac8346a9c80 # v0.6.1
191191 with :
192192 hive_repository : ${{ needs.prepare.outputs.hive_repo }}
193193 hive_version : ${{ needs.prepare.outputs.hive_tag }}
0 commit comments