From b9f58ed5b83fd117a39684a807ae3fb1d4c84c74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 12:26:57 +0000 Subject: [PATCH] Bump j178/prek-action Bumps the github-actions-pins group with 1 update in the / directory: [j178/prek-action](https://github.com/j178/prek-action). Updates `j178/prek-action` from 2.0.5 to 2.0.6 - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](https://github.com/j178/prek-action/compare/e98a699c41eb69ab013a45817a0406469a748f8d...5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: 2.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-pins ... 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 ae1b923..3424425 100644 --- a/.github/workflows/prek.yaml +++ b/.github/workflows/prek.yaml @@ -29,6 +29,6 @@ jobs: go install mvdan.cc/sh/v3/cmd/shfmt@latest echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - - uses: j178/prek-action@e98a699c41eb69ab013a45817a0406469a748f8d # v2.0.5 + - uses: j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2.0.6 with: extra-args: '--all-files --verbose'