From 0059e3c510c0f8ccb90b8d641abbdc239ecb75c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 10:31:50 +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.3 to 2.0.4 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/6ad80277337ad479fe43bd70701c3f7f8aa74db3...bdca6f102f98e2b4c7029491a53dfd366469e33d) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: 2.0.4 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 0e2d68b4..89950309 100644 --- a/.github/workflows/prek-audit.yml +++ b/.github/workflows/prek-audit.yml @@ -22,7 +22,7 @@ jobs: with: persist-credentials: false - name: Run prek-action - uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2.0.3 + uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4 with: install-only: true - name: Run manual prek hooks diff --git a/.github/workflows/prek-manual.yml b/.github/workflows/prek-manual.yml index 66d1323a..830bbe74 100644 --- a/.github/workflows/prek-manual.yml +++ b/.github/workflows/prek-manual.yml @@ -22,7 +22,7 @@ jobs: with: persist-credentials: false - name: Run prek-action - uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2.0.3 + uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4 with: install-only: true - name: Run manual prek hooks diff --git a/.github/workflows/prek.yml b/.github/workflows/prek.yml index 399fd1f9..e3409ca6 100644 --- a/.github/workflows/prek.yml +++ b/.github/workflows/prek.yml @@ -22,6 +22,6 @@ jobs: with: persist-credentials: false - name: Run prek-action - uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2.0.3 + uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4 with: extra-args: --all-files