From 2d4dc6c990912896c49800748b2dc93e7e19cf99 Mon Sep 17 00:00:00 2001 From: Sean Fausett Date: Sat, 21 Oct 2023 15:38:34 +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 bfb21a7..e5a8c9d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,8 +27,8 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + filter: tree:0 show-progress: false - submodules: recursive - name: Show contexts uses: actions/github-script@v6.4.1 @@ -64,8 +64,8 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + filter: tree:0 show-progress: false - submodules: recursive - name: Show contexts uses: actions/github-script@v6.4.1 @@ -107,8 +107,8 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + filter: tree:0 show-progress: false - submodules: recursive - name: Show contexts uses: actions/github-script@v6.4.1 @@ -150,8 +150,8 @@ jobs: uses: actions/checkout@v4.1.1 with: fetch-depth: 0 + filter: tree:0 show-progress: false - submodules: recursive - name: Show contexts uses: actions/github-script@v6.4.1