ci: update to actions/checkout@v4

Also disable --progress.
It is not disabled by default for backward compatibility,
but solves the problem of lots of progress lines
in the downloadable raw output:
https://github.com/actions/checkout/pull/1067
This commit is contained in:
link2xt
2024-02-15 10:00:36 +00:00
parent 862107c708
commit 8289dc92ed
11 changed files with 74 additions and 32 deletions

View File

@@ -10,8 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
show-progress: false
fetch-depth: 0 # Fetch history to calculate VCS version number.
- name: Build Python documentation
run: scripts/build-python-docs.sh