Skip to content

Commit 3e05b0d

Browse files
Bump actions/checkout from 6 to 7 (#395)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 da61905 commit 3e05b0d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

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

3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232
with:
3333
fetch-depth: 1
3434

@@ -109,7 +109,7 @@ jobs:
109109
runs-on: windows-latest
110110

111111
steps:
112-
- uses: actions/checkout@v6
112+
- uses: actions/checkout@v7
113113
with:
114114
fetch-depth: 1
115115

@@ -130,7 +130,7 @@ jobs:
130130
runs-on: macos-latest
131131

132132
steps:
133-
- uses: actions/checkout@v6
133+
- uses: actions/checkout@v7
134134
with:
135135
fetch-depth: 1
136136

0 commit comments

Comments
 (0)