From b374a56b1d3d6d92b24232d93338d08c982f27bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:13:52 +0000 Subject: [PATCH] build(deps): bump j178/prek-action in the github-actions group Bumps the github-actions group with 1 update: [j178/prek-action](https://github.com/j178/prek-action). Updates `j178/prek-action` from 2 to 2.0.2 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/v2...v2.0.2) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a7c2377..a41470d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v6 # zizmor: ignore[unpinned-uses] with: persist-credentials: false - - uses: j178/prek-action@v2 # zizmor: ignore[unpinned-uses] + - uses: j178/prek-action@v2.0.2 # zizmor: ignore[unpinned-uses] bootstrap: runs-on: ${{ matrix.os }}-latest