From f15751642e7115f3c49efdeb88570580b05dd35f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:41:45 +0000 Subject: [PATCH] Bump j178/prek-action from 2.0.2 to 2.0.4 in the actions group Bumps the actions group with 1 update: [j178/prek-action](https://github.com/j178/prek-action). Updates `j178/prek-action` from 2.0.2 to 2.0.4 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/v2.0.2...v2.0.4) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 121b682477b..31b4e829c92 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,10 +23,10 @@ jobs: persist-credentials: false - name: Run pre-commit hooks - uses: j178/prek-action@v2.0.2 + uses: j178/prek-action@v2.0.4 - name: Check spelling - uses: j178/prek-action@v2.0.2 + uses: j178/prek-action@v2.0.4 continue-on-error: true with: extra_args: --all-files --hook-stage manual codespell