From 69ec74473b59ccf749a2f64576c46c0881ecc64d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 07:52:52 +0000 Subject: [PATCH] chore(deps): bump j178/prek-action from 1 to 2 Bumps [j178/prek-action](https://github.com/j178/prek-action) from 1 to 2. - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/v1...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/prek.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prek.yaml b/.github/workflows/prek.yaml index af48e9330..ea70c7445 100644 --- a/.github/workflows/prek.yaml +++ b/.github/workflows/prek.yaml @@ -13,6 +13,6 @@ jobs: with: fetch-depth: 0 - uses: astral-sh/setup-uv@v6 - - uses: j178/prek-action@v1 + - uses: j178/prek-action@v2 with: extra-args: '--from-ref origin/${{ github.base_ref }} --to-ref ${{ github.sha }}'