diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index e1a33c2..0293179 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -33,7 +33,7 @@ jobs: - name: Run pre-commit checks id: pre-commit - uses: cloudposse/github-action-pre-commit@v4.0.0 + uses: cloudposse/github-action-pre-commit@v4.1.0 - name: Run pytest run: .venv/bin/pytest