Skip to content

Commit a48ca3d

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 74424f7 commit a48ca3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
git config --global core.longpaths true
5454
5555
- name: Git Checkout
56-
uses: actions/checkout@v3
56+
uses: actions/checkout@v4
5757
with:
5858
fetch-depth: 0
5959
submodules: recursive
@@ -169,7 +169,7 @@ jobs:
169169
git config --global core.longpaths true
170170
171171
- name: Git Checkout
172-
uses: actions/checkout@v3
172+
uses: actions/checkout@v4
173173
with:
174174
fetch-depth: 0
175175
submodules: recursive

0 commit comments

Comments
 (0)