Skip to content

Commit 6f91e68

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#42)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4cbad8d commit 6f91e68

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/node.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 15
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
persist-credentials: false
2121

@@ -43,7 +43,7 @@ jobs:
4343
timeout-minutes: 15
4444

4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747
with:
4848
persist-credentials: false
4949

@@ -93,7 +93,7 @@ jobs:
9393
timeout-minutes: 30
9494

9595
steps:
96-
- uses: actions/checkout@v4
96+
- uses: actions/checkout@v5
9797
with:
9898
persist-credentials: false
9999

0 commit comments

Comments
 (0)