Skip to content

Commit afcf697

Browse files
Bump actions/checkout from 4 to 5 (#35)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7125a0c commit afcf697

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- complex
3939

4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
with:
4343
path: local-action
4444

@@ -75,7 +75,7 @@ jobs:
7575
- missing-require
7676

7777
steps:
78-
- uses: actions/checkout@v4
78+
- uses: actions/checkout@v5
7979
with:
8080
path: local-action
8181

@@ -106,7 +106,7 @@ jobs:
106106
- offline
107107

108108
steps:
109-
- uses: actions/checkout@v4
109+
- uses: actions/checkout@v5
110110
with:
111111
path: local-action
112112

0 commit comments

Comments
 (0)