From 4c8315dfe0ea949d62180b13c6bdc52ec063a42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20N=C3=BCtzi?= Date: Tue, 9 Jul 2024 13:53:55 +0200 Subject: [PATCH] fix: CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gabriel Nützi --- .github/workflows/normal.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/normal.yaml b/.github/workflows/normal.yaml index 8995191..4d5a819 100644 --- a/.github/workflows/normal.yaml +++ b/.github/workflows/normal.yaml @@ -40,7 +40,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 + fetch-depth: 1 - name: Setup Git & Cache Nix run: | @@ -59,7 +59,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 + fetch-depth: 1 - name: Setup Git & Cache Nix run: | @@ -87,7 +87,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 + fetch-depth: 1 - name: Setup Git & Cache Nix run: | @@ -109,7 +109,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 + fetch-depth: 1 - name: Setup Git & Cache Nix run: | @@ -131,7 +131,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 + fetch-depth: 1 - name: Setup Git run: | @@ -165,7 +165,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 + fetch-depth: 1 - name: Setup Git & Nix Cache run: |