From bc9f0b9f27205c2e2946a1cb9bb8e5c35b88782d Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Tue, 17 Mar 2026 22:17:01 +0100 Subject: [PATCH] fix: downgrade actions/checkout to v4 and enable progress display for all export jobs --- .gitea/workflows/release.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index d535468..822322e 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -18,8 +18,9 @@ jobs: container: barichello/godot-ci:4.3 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v4 with: + show-progress: true lfs: true - name: Setup run: | @@ -45,8 +46,9 @@ jobs: container: barichello/godot-ci:4.3 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v4 with: + show-progress: true lfs: true - name: Setup run: | @@ -71,7 +73,7 @@ jobs: # image: barichello/godot-ci:4.3 # steps: # - name: Checkout - # uses: actions/checkout@v6 + # uses: actions/checkout@v4 # with: # lfs: true # - name: Setup @@ -104,8 +106,9 @@ jobs: container: barichello/godot-ci:4.3 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v4 with: + show-progress: true lfs: true - name: Setup run: |