Browse Source

Merge pull request #2530 from SixLabors/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
pull/2541/head
James Jackson-South 3 years ago
committed by GitHub
parent
commit
63d1d2c10b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build-and-test.yml
  2. 2
      .github/workflows/code-coverage.yml

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

@ -76,7 +76,7 @@ jobs:
git config --global core.longpaths true
- name: Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
@ -172,7 +172,7 @@ jobs:
git config --global core.longpaths true
- name: Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive

2
.github/workflows/code-coverage.yml

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

Loading…
Cancel
Save