From d7cad768a221d970a431f2629e54b6b253f2ca5f Mon Sep 17 00:00:00 2001 From: Sean Fausett Date: Sun, 14 Jan 2024 08:47:05 +1300 Subject: [PATCH] Disable checkout show progress https://github.com/actions/checkout/pull/1067 --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 635f4185..174ba7a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,7 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + show-progress: false submodules: recursive - name: Cache packages