From 4ba208e7b46ac892657bfb653ff20e5985a8a84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:32:36 +0000 Subject: [PATCH] Bump j178/prek-action from 2.0.6 to 3.0.0 Bumps [j178/prek-action](https://github.com/j178/prek-action) from 2.0.6 to 3.0.0. - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/v2.0.6...v3.0.0) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/static_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index c37192a3e..9b976bb05 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -21,6 +21,6 @@ jobs: uses: tj-actions/changed-files@v47 - name: Style checks via prek - uses: j178/prek-action@v2.0.6 + uses: j178/prek-action@v3.0.0 with: extra-args: --verbose --hook-stage manual --files ${{ steps.changed-files.outputs.all_changed_files }}