CI: checkout@v3 for Gitea compatibility (Node 16)
Build and Release / Validate source (push) Successful in 1m47s
Build and Release / Build (linux) (push) Failing after 3m31s
Build and Release / Create Release (push) Has been cancelled
Build and Release / Build (windows) (push) Has been cancelled

This commit is contained in:
2026-06-27 03:32:52 +03:00
parent 032b434f0b
commit 90492e8c8c
+9 -3
View File
@@ -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