diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index e8ea8ddc1..7925a82e1 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -166,8 +166,6 @@ jobs: steps: - name: checkout uses: actions/checkout@v5 - with: - fetch-depth: 0 - name: install deps run: | sudo apt -qq update @@ -184,8 +182,6 @@ jobs: steps: - name: checkout uses: actions/checkout@v5 - with: - fetch-depth: 0 - name: check CHANGELOG.md run: make verify-changelog @@ -214,8 +210,6 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v5 - with: - fetch-depth: 0 - name: install bashbrew env: BASEURL: https://github.com/docker-library/bashbrew/releases/download