diff --git a/.github/workflows/uv-tests.yml b/.github/workflows/uv-tests.yml index 9803acc..f9ab44b 100644 --- a/.github/workflows/uv-tests.yml +++ b/.github/workflows/uv-tests.yml @@ -47,12 +47,12 @@ jobs: run: | git config --global user.email "template-tester@example.com" git config --global user.name "template-tester" - - name: Cache pre-commit + - name: Cache prek uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: - path: ~/.cache/pre-commit - key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml', 'project_name/.pre-commit-config.yaml.jinja') }} + path: ~/.cache/prek + key: prek-${{ runner.os }}-${{ hashFiles('project_name/.pre-commit-config.yaml.jinja') }} restore-keys: | - pre-commit-${{ runner.os }}- + prek-${{ runner.os }}- - name: Run copier-template-tester run: uv run ctt