From 78a562690f93eac149915ae070a544aea5ae4448 Mon Sep 17 00:00:00 2001 From: Sean Fausett Date: Sat, 21 Oct 2023 15:01:10 +1300 Subject: [PATCH] Enable checkout treeless partial clone https://github.com/actions/checkout/pull/1396 --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 63ec632..0097ff1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,8 +29,8 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + filter: tree:0 show-progress: false - submodules: recursive - name: Cache packages uses: actions/cache@v3.3.2 @@ -49,8 +49,8 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + filter: tree:0 show-progress: false - submodules: recursive - name: Install dotnet uses: actions/setup-dotnet@v3.2.0 @@ -75,8 +75,8 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + filter: tree:0 show-progress: false - submodules: recursive - name: Install dotnet uses: actions/setup-dotnet@v3.2.0 @@ -101,8 +101,8 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + filter: tree:0 show-progress: false - submodules: recursive - name: Install dotnet uses: actions/setup-dotnet@v3.2.0