diff --git a/{{cookiecutter.project_slug}}/.github/workflows/ci.yml b/{{cookiecutter.project_slug}}/.github/workflows/ci.yml index dcc41995..0d23f183 100644 --- a/{{cookiecutter.project_slug}}/.github/workflows/ci.yml +++ b/{{cookiecutter.project_slug}}/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: # Run all pre-commit hooks on all the files. # Getting only staged files can be tricky in case a new PR is opened # since the action is run on a branch in detached head state - - name: Install and Run Pre-commit + - name: Install and Run Pre-commit uses: pre-commit/action@v2.0.3 # With no caching at all the entire ci process takes 4m 30s to complete!