From 772a93b452590ed22fbb6528eab9bc9d10593717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 15:12:18 +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.5 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/v2...v2.0.5) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: 2.0.5 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 4bf71f5..95fc6c2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v7 # zizmor: ignore[unpinned-uses] with: persist-credentials: false - - uses: j178/prek-action@v2 # zizmor: ignore[unpinned-uses] + - uses: j178/prek-action@v2.0.5 # zizmor: ignore[unpinned-uses] bootstrap: runs-on: ${{ matrix.os }}-latest