Skip to content

Commit e8af492

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d2010b commit e8af492

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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@v4
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333
submodules: recursive
@@ -137,7 +137,7 @@ jobs:
137137
git config --global core.longpaths true
138138
139139
- name: Git Checkout
140-
uses: actions/checkout@v4
140+
uses: actions/checkout@v6
141141
with:
142142
fetch-depth: 0
143143
submodules: recursive
@@ -234,7 +234,7 @@ jobs:
234234
git config --global core.longpaths true
235235
236236
- name: Git Checkout
237-
uses: actions/checkout@v4
237+
uses: actions/checkout@v6
238238
with:
239239
fetch-depth: 0
240240
submodules: recursive

0 commit comments

Comments
 (0)