fix: downgrade actions/checkout to v4 and enable progress display for all export jobs
Some checks failed
Some checks failed
This commit is contained in:
@@ -18,8 +18,9 @@ jobs:
|
|||||||
container: barichello/godot-ci:4.3
|
container: barichello/godot-ci:4.3
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
show-progress: true
|
||||||
lfs: true
|
lfs: true
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
@@ -45,8 +46,9 @@ jobs:
|
|||||||
container: barichello/godot-ci:4.3
|
container: barichello/godot-ci:4.3
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
show-progress: true
|
||||||
lfs: true
|
lfs: true
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
@@ -71,7 +73,7 @@ jobs:
|
|||||||
# image: barichello/godot-ci:4.3
|
# image: barichello/godot-ci:4.3
|
||||||
# steps:
|
# steps:
|
||||||
# - name: Checkout
|
# - name: Checkout
|
||||||
# uses: actions/checkout@v6
|
# uses: actions/checkout@v4
|
||||||
# with:
|
# with:
|
||||||
# lfs: true
|
# lfs: true
|
||||||
# - name: Setup
|
# - name: Setup
|
||||||
@@ -104,8 +106,9 @@ jobs:
|
|||||||
container: barichello/godot-ci:4.3
|
container: barichello/godot-ci:4.3
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
show-progress: true
|
||||||
lfs: true
|
lfs: true
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user