From 0a08c5daaf35eb250837fb9c28cd7beca69bbf93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:32:25 +0000 Subject: [PATCH] Bump j178/prek-action from 2 to 2.0.6 Bumps [j178/prek-action](https://github.com/j178/prek-action) from 2 to 2.0.6. - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/v2...v2.0.6) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: 2.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a8d9bde4f..c37192a3e 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 + uses: j178/prek-action@v2.0.6 with: extra-args: --verbose --hook-stage manual --files ${{ steps.changed-files.outputs.all_changed_files }}