mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
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:
3
.github/workflows/upload-python-docs.yml
vendored
3
.github/workflows/upload-python-docs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user