Skip to content

Commit cf5c93f

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 e26a0cc commit cf5c93f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
inputs.client_source
123123
}}
124124
steps:
125-
- uses: ethpandaops/hive-github-action/helpers/client-config@ef42b1df92b6984a473db62f5a76c32136eda6ce # v0.6.0
125+
- uses: ethpandaops/hive-github-action/helpers/client-config@895b0a9d7286bf39d88d25a734da0ac8346a9c80 # v0.6.1
126126
if: github.event_name == 'schedule'
127127
name: "Client config: schedule"
128128
id: client_config_schedule
@@ -132,7 +132,7 @@ jobs:
132132
hive_version: "ethereum/hive@master"
133133
goproxy: ${{ env.GOPROXY }}
134134

135-
- uses: ethpandaops/hive-github-action/helpers/client-config@ef42b1df92b6984a473db62f5a76c32136eda6ce # v0.6.0
135+
- uses: ethpandaops/hive-github-action/helpers/client-config@895b0a9d7286bf39d88d25a734da0ac8346a9c80 # v0.6.1
136136
if: github.event_name == 'workflow_dispatch'
137137
name: "Client config: workflow_dispatch"
138138
id: client_config_dispatch
@@ -176,14 +176,14 @@ jobs:
176176
"ethereum/eels/consume-rlp"
177177
'))}}
178178
steps:
179-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
180-
- uses: ethpandaops/hive-github-action/helpers/self-hosted-runner-dependencies@ef42b1df92b6984a473db62f5a76c32136eda6ce # v0.6.0
179+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
180+
- uses: ethpandaops/hive-github-action/helpers/self-hosted-runner-dependencies@895b0a9d7286bf39d88d25a734da0ac8346a9c80 # v0.6.1
181181
if: runner.environment != 'github-hosted'
182182
- uses: ethpandaops/actions/docker-login@a91b7a8dd6a264f5e845ac2aa52d2d6f24e6d01d
183183
with:
184184
username: ethpandaops
185185
password: ${{ secrets.DOCKERHUB_TOKEN }}
186-
- uses: ethpandaops/hive-github-action@ef42b1df92b6984a473db62f5a76c32136eda6ce # v0.6.0
186+
- uses: ethpandaops/hive-github-action@895b0a9d7286bf39d88d25a734da0ac8346a9c80 # v0.6.1
187187
with:
188188
hive_repository: ${{ needs.prepare.outputs.hive_repo }}
189189
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3030

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

0 commit comments

Comments
 (0)