Skip to content

Commit 413f9f6

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54b7e04 commit 413f9f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
git config --global core.longpaths true
7777
7878
- name: Git Checkout
79-
uses: actions/checkout@v3
79+
uses: actions/checkout@v4
8080
with:
8181
fetch-depth: 0
8282
submodules: recursive
@@ -172,7 +172,7 @@ jobs:
172172
git config --global core.longpaths true
173173
174174
- name: Git Checkout
175-
uses: actions/checkout@v3
175+
uses: actions/checkout@v4
176176
with:
177177
fetch-depth: 0
178178
submodules: recursive

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git config --global core.longpaths true
2525
2626
- name: Git Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0
3030
submodules: recursive

0 commit comments

Comments
 (0)