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