From 9625b4d1b9270494608f35f759ffc71cd6b8a766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:59:41 +0000 Subject: [PATCH] Bump j178/prek-action from 1.1.1 to 2 Bumps [j178/prek-action](https://github.com/j178/prek-action) from 1.1.1 to 2. - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/v1.1.1...v2) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 635ae51e..3bcca2f6 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -18,6 +18,6 @@ jobs: echo "::add-matcher::.github/workflows/matchers/check-executables-have-shebangs.json" echo "::add-matcher::.github/workflows/matchers/codespell.json" - name: Run prek - uses: j178/prek-action@v1.1.1 # v1.1.0 + uses: j178/prek-action@v2 # v1.1.0 env: RUFF_OUTPUT_FORMAT: github