From 45545ad72aceec3e7b2dc3451ec38be07acceb4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 10:24:09 +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.2 to 2.0.3 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3...6ad80277337ad479fe43bd70701c3f7f8aa74db3) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: 2.0.3 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 4e9e174..0e2d68b 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@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3 # v2.0.2 + uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2.0.3 with: install-only: true - name: Run manual prek hooks diff --git a/.github/workflows/prek-manual.yml b/.github/workflows/prek-manual.yml index b623976..66d1323 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@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3 # v2.0.2 + uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2.0.3 with: install-only: true - name: Run manual prek hooks diff --git a/.github/workflows/prek.yml b/.github/workflows/prek.yml index 221c254..399fd1f 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@cbc2f23eb5539cf20d82d1aabd0d0ecbcc56f4e3 # v2.0.2 + uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2.0.3 with: extra-args: --all-files