diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0d80d50..edebd149 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,6 +72,8 @@ jobs: - name: Git clone uses: actions/checkout@v4 + with: + show-progress: false - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 @@ -114,6 +116,8 @@ jobs: steps: - name: Git clone uses: actions/checkout@v4 + with: + show-progress: false - name: Install Ubuntu packages run: | @@ -162,6 +166,8 @@ jobs: steps: - name: Git clone uses: actions/checkout@v4 + with: + show-progress: false - name: Set up Python uses: actions/setup-python@v5 diff --git a/.github/workflows/publish-pages.yml b/.github/workflows/publish-pages.yml index fbc24627..43d07a0c 100644 --- a/.github/workflows/publish-pages.yml +++ b/.github/workflows/publish-pages.yml @@ -15,10 +15,11 @@ jobs: steps: - uses: actions/checkout@v4 - # Needed for hatch-vcs to extract LinkChecker version from tag - # https://github.com/actions/checkout/issues/249 with: + # Needed for hatch-vcs to extract LinkChecker version from tag + # https://github.com/actions/checkout/issues/249 fetch-depth: 0 + show-progress: false - name: Install Ubuntu packages run: sudo apt install graphviz diff --git a/.github/workflows/release-files.yml b/.github/workflows/release-files.yml index 73925350..8f31110f 100644 --- a/.github/workflows/release-files.yml +++ b/.github/workflows/release-files.yml @@ -13,10 +13,11 @@ jobs: steps: - uses: actions/checkout@v4 - # Needed for hatch-vcs to extract LinkChecker version from tag - # https://github.com/actions/checkout/issues/249 with: + # Needed for hatch-vcs to extract LinkChecker version from tag + # https://github.com/actions/checkout/issues/249 fetch-depth: 0 + show-progress: false - name: Install Ubuntu packages run: sudo apt install git