From 3af3f11a82d39e6cff393f4401f173a2facac9df Mon Sep 17 00:00:00 2001 From: Sean Fausett Date: Sat, 21 Oct 2023 14:04:34 +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 dc60dd5..802a380 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,6 +25,7 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + show-progress: false submodules: recursive - name: Install dotnet