Skip to content

Commit 9ff5a26

Browse files
deps(actions)(deps): bump actions/checkout from 4 to 6 (#73)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 435ac0e commit 9ff5a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-upstream-besu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222

2323
- name: Dotenv Action
2424
id: dotenv
@@ -42,7 +42,7 @@ jobs:
4242
core.setFailed('Release tag ${{ steps.dotenv.outputs.linea_besu_version }} already exists in current repository')
4343
4444
- name: Checkout Besu repository
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646
with:
4747
repository: hyperledger/besu
4848
ref: ${{ steps.dotenv.outputs.upstream_besu_ref }}

0 commit comments

Comments
 (0)