Browse Source

Bump actions/checkout from 6 to 7

Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/3146/head
dependabot[bot] 4 weeks ago
committed by GitHub
parent
commit
13f417e40f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      .github/workflows/build-and-test.yml
  2. 2
      .github/workflows/code-coverage.yml

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

@ -27,7 +27,7 @@ jobs:
git config --global core.longpaths true
- name: Git Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
submodules: recursive
@ -137,7 +137,7 @@ jobs:
git config --global core.longpaths true
- name: Git Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
submodules: recursive
@ -227,7 +227,7 @@ jobs:
git config --global core.longpaths true
- name: Git Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
submodules: recursive

2
.github/workflows/code-coverage.yml

@ -31,7 +31,7 @@ jobs:
git config --global core.longpaths true
- name: Git Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
submodules: recursive

Loading…
Cancel
Save