From d04947adce3159cf4e27ad02ae4ddfa20d59b306 Mon Sep 17 00:00:00 2001 From: Sean Fausett Date: Sat, 21 Oct 2023 14:59:09 +1300 Subject: [PATCH] Disable checkout show progress https://github.com/actions/checkout/pull/1067 --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 088e5a8..5626583 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,6 +29,7 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + show-progress: false submodules: recursive - name: Cache packages @@ -48,6 +49,7 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + show-progress: false submodules: recursive - name: Install dotnet @@ -73,6 +75,7 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + show-progress: false submodules: recursive - name: Install dotnet @@ -98,6 +101,7 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + show-progress: false submodules: recursive - name: Install dotnet