diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72f6ba5566fad2..412a09198063fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: - name: Cache pre-commit env uses: actions/cache@v2 env: - cache-name: cache-pre-commit-v2 + cache-name: cache-pre-commit-v1-10-test-v2 with: path: ~/.cache/pre-commit key: ${{ env.cache-name }}-${{ github.job }}-${{ hashFiles('.pre-commit-config.yaml') }}