Browse Source
Merge pull request #3057 from SixLabors/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
pull/3076/head
James Jackson-South
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
4 deletions
-
.github/workflows/build-and-test.yml
-
.github/workflows/code-coverage.yml
|
|
|
@ -27,7 +27,7 @@ jobs: |
|
|
|
git config --global core.longpaths true |
|
|
|
|
|
|
|
- name: Git Checkout |
|
|
|
uses: actions/checkout@v4 |
|
|
|
uses: actions/checkout@v6 |
|
|
|
with: |
|
|
|
fetch-depth: 0 |
|
|
|
submodules: recursive |
|
|
|
@ -137,7 +137,7 @@ jobs: |
|
|
|
git config --global core.longpaths true |
|
|
|
|
|
|
|
- name: Git Checkout |
|
|
|
uses: actions/checkout@v4 |
|
|
|
uses: actions/checkout@v6 |
|
|
|
with: |
|
|
|
fetch-depth: 0 |
|
|
|
submodules: recursive |
|
|
|
@ -227,7 +227,7 @@ jobs: |
|
|
|
git config --global core.longpaths true |
|
|
|
|
|
|
|
- name: Git Checkout |
|
|
|
uses: actions/checkout@v4 |
|
|
|
uses: actions/checkout@v6 |
|
|
|
with: |
|
|
|
fetch-depth: 0 |
|
|
|
submodules: recursive |
|
|
|
|
|
|
|
@ -31,7 +31,7 @@ jobs: |
|
|
|
git config --global core.longpaths true |
|
|
|
|
|
|
|
- name: Git Checkout |
|
|
|
uses: actions/checkout@v4 |
|
|
|
uses: actions/checkout@v6 |
|
|
|
with: |
|
|
|
fetch-depth: 0 |
|
|
|
submodules: recursive |
|
|
|
|