Skip to content

Commit 08448a9

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 cf86a97 commit 08448a9

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
@@ -58,7 +58,7 @@ jobs:
5858
git config --global core.longpaths true
5959
6060
- name: Git Checkout
61-
uses: actions/checkout@v2
61+
uses: actions/checkout@v3
6262
with:
6363
fetch-depth: 0
6464
submodules: recursive
@@ -148,7 +148,7 @@ jobs:
148148
git config --global core.longpaths true
149149
150150
- name: Git Checkout
151-
uses: actions/checkout@v2
151+
uses: actions/checkout@v3
152152
with:
153153
fetch-depth: 0
154154
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@v2
27+
uses: actions/checkout@v3
2828
with:
2929
fetch-depth: 0
3030
submodules: recursive

0 commit comments

Comments
 (0)