From 90492e8c8c354833ed2b58c3c4a3f9f9393e4d03 Mon Sep 17 00:00:00 2001 From: SlavaVlad Date: Sat, 27 Jun 2026 03:32:52 +0300 Subject: [PATCH] CI: checkout@v3 for Gitea compatibility (Node 16) --- .gitea/workflows/release.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index e66ff78..ad3aaf4 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -31,7 +31,10 @@ jobs: name: Validate source runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + clean: true - name: Setup Python ${{ env.PYTHON_VERSION }} uses: actions/setup-python@v5 @@ -74,7 +77,10 @@ jobs: target: [linux, windows] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + clean: true # ---- Common: Setup Python ---- - name: Setup Python ${{ env.PYTHON_VERSION }} @@ -196,7 +202,7 @@ jobs: if: github.event_name != 'workflow_dispatch' || !github.event.inputs.dry_run steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 with: fetch-depth: 0