Skip to content

Commit 5761080

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dfba71d commit 5761080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-e2e-blackbox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
env:
1919
CARGO_TERM_COLOR: always
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
if: ${{ github.event_name != 'workflow_dispatch' }}
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
if: ${{ github.event_name == 'workflow_dispatch' }}
2525
with:
2626
ref: ${{ github.event.inputs.sha }}

0 commit comments

Comments
 (0)