From f21ae27a8a53667e2df1d20e97ac1c0ee4f85ed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:22:57 +0000 Subject: [PATCH] Bump j178/prek-action in the github-actions-dependencies group Bumps the github-actions-dependencies group with 1 update: [j178/prek-action](https://github.com/j178/prek-action). Updates `j178/prek-action` from 2.0.6 to 3.0.0 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16...4e14d07f9231acabce116ccfca13b13dd9755ece) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/prek-audit.yml | 2 +- .github/workflows/prek-manual.yml | 2 +- .github/workflows/prek.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prek-audit.yml b/.github/workflows/prek-audit.yml index 89faf82..e15519c 100644 --- a/.github/workflows/prek-audit.yml +++ b/.github/workflows/prek-audit.yml @@ -23,7 +23,7 @@ jobs: with: persist-credentials: false - name: Run prek-action - uses: j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2.0.6 + uses: j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0 with: install-only: true - name: Run manual prek hooks diff --git a/.github/workflows/prek-manual.yml b/.github/workflows/prek-manual.yml index 0a4e5e8..27b787c 100644 --- a/.github/workflows/prek-manual.yml +++ b/.github/workflows/prek-manual.yml @@ -23,7 +23,7 @@ jobs: with: persist-credentials: false - name: Run prek-action - uses: j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2.0.6 + uses: j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0 with: install-only: true - name: Run manual prek hooks diff --git a/.github/workflows/prek.yml b/.github/workflows/prek.yml index 84cf5c9..cee9bac 100644 --- a/.github/workflows/prek.yml +++ b/.github/workflows/prek.yml @@ -23,6 +23,6 @@ jobs: with: persist-credentials: false - name: Run prek-action - uses: j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2.0.6 + uses: j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0 with: extra-args: --all-files