Skip to content

Commit 895fac0

Browse files
dependabot[bot]basti1302
authored andcommitted
chore(deps): 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 3c56b9e commit 895fac0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Node.js versions to the test matrix.
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
with:
3434
submodules: true
3535
- uses: actions/setup-node@v4
@@ -63,7 +63,7 @@ jobs:
6363
- '14.x'
6464

6565
steps:
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@v5
6767
with:
6868
submodules: true
6969
- uses: actions/setup-node@v4
@@ -102,7 +102,7 @@ jobs:
102102
- verify-minimum-version-check
103103

104104
steps:
105-
- uses: actions/checkout@v4
105+
- uses: actions/checkout@v5
106106
with:
107107
fetch-depth: 0
108108
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)