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: |