|
|
|
@ -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 |
|
|
|
|