Browse Source
Merge branch 'main' into js/png-pallete
pull/2485/head
James Jackson-South
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
.github/workflows/build-and-test.yml
-
.github/workflows/code-coverage.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 |
|
|
|
|
|
|
|
@ -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 |
|
|
|
|