Skip to content

Commit 87d7fb6

Browse files
chore(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [ethpandaops/hive-github-action](https://github.com/ethpandaops/hive-github-action) and [actions/checkout](https://github.com/actions/checkout). Updates `ethpandaops/hive-github-action` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/ethpandaops/hive-github-action/releases) - [Changelog](https://github.com/ethpandaops/hive-github-action/blob/master/CHANGELOG.md) - [Commits](ethpandaops/hive-github-action@ef42b1d...895b0a9) Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...1af3b93) --- updated-dependencies: - dependency-name: ethpandaops/hive-github-action dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent deea124 commit 87d7fb6

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/hive-devnet-1.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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 }}

.github/workflows/lint-ansible.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ansible-lint:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323
- uses: ./.github/actions/setup
2424
- name: Install ansible role/collection dependencies
2525
working-directory: ./ansible

.github/workflows/lint-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
helm-lint:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2424
- uses: ./.github/actions/setup
2525
- name: Check if kubernetes/*/* is not empty
2626
id: check-kubernetes-directory

.github/workflows/lint-terraform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
terraform-lint:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323
- uses: ./.github/actions/setup
2424
- name: Lint
2525
working-directory: ./terraform

.github/workflows/syncoor-generate-index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3030

3131
- name: Run Index Generator
3232
uses: ethpandaops/syncoor@master

0 commit comments

Comments
 (0)