Skip to content

Commit aa2c67b

Browse files
dependabot[bot]dlemstra
authored andcommitted
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- 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 3195c88 commit aa2c67b

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
@@ -66,7 +66,7 @@ jobs:
6666
git config --global core.longpaths true
6767
6868
- name: Git Checkout
69-
uses: actions/checkout@v2
69+
uses: actions/checkout@v3
7070
with:
7171
fetch-depth: 0
7272
submodules: recursive
@@ -167,7 +167,7 @@ jobs:
167167
git config --global core.longpaths true
168168
169169
- name: Git Checkout
170-
uses: actions/checkout@v2
170+
uses: actions/checkout@v3
171171
with:
172172
fetch-depth: 0
173173
submodules: recursive

0 commit comments

Comments
 (0)