From 215eda60c0bf7dc4555bd4f7444ea0dc0a895e68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:43:29 +0000 Subject: [PATCH] chore(deps): update cloudposse/github-action-pre-commit action to v4.1.0 --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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