Skip to content

Commit c9fa86c

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 3dd6bc6 commit c9fa86c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- debug
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 1
3333

@@ -105,7 +105,7 @@ jobs:
105105
runs-on: windows-latest
106106

107107
steps:
108-
- uses: actions/checkout@v4
108+
- uses: actions/checkout@v5
109109
with:
110110
fetch-depth: 1
111111

@@ -126,7 +126,7 @@ jobs:
126126
runs-on: macos-latest
127127

128128
steps:
129-
- uses: actions/checkout@v4
129+
- uses: actions/checkout@v5
130130
with:
131131
fetch-depth: 1
132132

0 commit comments

Comments
 (0)