CI: checkout@v3 for Gitea compatibility (Node 16)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user