From 4ec5130875a7d8f8c6682c35ece0d1edd76c9689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 10:22:45 +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.4 to 2.0.5 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/bdca6f102f98e2b4c7029491a53dfd366469e33d...e98a699c41eb69ab013a45817a0406469a748f8d) --- 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-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 619c255..42be85b 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@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4 + uses: j178/prek-action@e98a699c41eb69ab013a45817a0406469a748f8d # v2.0.5 with: install-only: true - name: Run manual prek hooks diff --git a/.github/workflows/prek-manual.yml b/.github/workflows/prek-manual.yml index 9e9ab58..01232d6 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@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4 + uses: j178/prek-action@e98a699c41eb69ab013a45817a0406469a748f8d # v2.0.5 with: install-only: true - name: Run manual prek hooks diff --git a/.github/workflows/prek.yml b/.github/workflows/prek.yml index 1a41588..6bfdb55 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@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4 + uses: j178/prek-action@e98a699c41eb69ab013a45817a0406469a748f8d # v2.0.5 with: extra-args: --all-files