From 8af6828f134fcc2daa218233abe3716e16d02822 Mon Sep 17 00:00:00 2001 From: Solar Designer Date: Fri, 5 Jan 2024 16:30:51 +0100 Subject: [PATCH] CI: Drop "fetch-depth: 0" from most GitHub Actions --- .github/workflows/ci.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04e9ed0a72..409ab10fda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,6 @@ jobs: TARGET: x86_64 steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: install dependencies run: .ci/install-dependencies.sh - name: build check @@ -33,8 +31,6 @@ jobs: TARGET: x86_64 steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: install dependencies run: .ci/install-dependencies.sh - name: build check @@ -47,8 +43,6 @@ jobs: TARGET: x86_64 steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: install dependencies run: .ci/install-dependencies.sh - name: build check @@ -61,8 +55,6 @@ jobs: TARGET: x86_64 steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: install dependencies run: .ci/install-dependencies.sh - name: build check @@ -75,8 +67,6 @@ jobs: TARGET: x86_64 steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: install dependencies run: .ci/install-dependencies.sh - name: build check @@ -89,8 +79,6 @@ jobs: TARGET: x86_64 steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: install dependencies run: .ci/install-dependencies.sh - name: build check @@ -103,8 +91,6 @@ jobs: TARGET: x86_64 steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: install dependencies run: .ci/install-dependencies.sh - name: build check @@ -117,8 +103,6 @@ jobs: TARGET: x86_64 steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: install dependencies run: .ci/install-dependencies.sh - name: build check @@ -131,8 +115,6 @@ jobs: TARGET: x86_64 steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: install dependencies run: .ci/install-dependencies.sh - name: build check @@ -145,8 +127,6 @@ jobs: TARGET: x86_64 steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: install dependencies run: .ci/install-dependencies.sh - name: build check @@ -159,8 +139,6 @@ jobs: TARGET: x86_64 steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: install dependencies run: .ci/install-dependencies.sh - name: build check @@ -173,8 +151,6 @@ jobs: TARGET: x86_64 steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: install dependencies run: .ci/install-dependencies.sh - name: build check @@ -187,8 +163,6 @@ jobs: TARGET: x86_64 steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: install dependencies run: .ci/install-dependencies.sh - name: build check @@ -201,8 +175,6 @@ jobs: TARGET: x86_64 steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: install dependencies run: .ci/install-dependencies.sh - name: build check