From d7d4ed5b13ddfc118d230faf12eec1e056a8065b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 10:06:30 +0000 Subject: [PATCH] Bump j178/prek-action from 2.0.4 to 2.0.5 in the workflows group Bumps the workflows group with 1 update: [j178/prek-action](https://github.com/j178/prek-action). Updates `j178/prek-action` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/v2.0.4...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: workflows ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 467304b..e2c82df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v7.0.0 - uses: astral-sh/setup-uv@v8.2.0 - - uses: j178/prek-action@v2.0.4 + - uses: j178/prek-action@v2.0.5 test: timeout-minutes: 5 runs-on: ubuntu-latest