From 9dadf285a1a5c3c9b2c87793a900a8e38f22acc2 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Fri, 22 Mar 2024 19:28:27 +0000 Subject: [PATCH] Suppress progress output from actions/checkout --- .github/workflows/build.yml | 6 ++++++ .github/workflows/publish-pages.yml | 5 +++-- .github/workflows/release-files.yml | 5 +++-- 3 files changed, 12 insertions(+), 4 deletions(-) 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