Skip to content

Commit 02a91b7

Browse files
Bump actions/checkout from 4 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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>
1 parent 3e6a91f commit 02a91b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git config --global core.longpaths true
2828
2929
- name: Git Checkout
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131
with:
3232
fetch-depth: 0
3333
submodules: recursive
@@ -101,7 +101,7 @@ jobs:
101101
git config --global core.longpaths true
102102
103103
- name: Git Checkout
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v7
105105
with:
106106
fetch-depth: 0
107107
submodules: recursive
@@ -222,7 +222,7 @@ jobs:
222222
git config --global core.longpaths true
223223
224224
- name: Git Checkout
225-
uses: actions/checkout@v4
225+
uses: actions/checkout@v7
226226
with:
227227
fetch-depth: 0
228228
submodules: recursive

0 commit comments

Comments
 (0)