From 0d09be257ca13d4b4949153882988b1db31cc5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:54:26 +0000 Subject: [PATCH] Bump browniebroke/github-actions/.github/workflows/pre-commit-autoupdate.yml Bumps [browniebroke/github-actions/.github/workflows/pre-commit-autoupdate.yml](https://github.com/browniebroke/github-actions) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/browniebroke/github-actions/releases) - [Commits](https://github.com/browniebroke/github-actions/compare/v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: browniebroke/github-actions/.github/workflows/pre-commit-autoupdate.yml dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-update.yml b/.github/workflows/pre-commit-update.yml index 8cbd5a663..0f43973c7 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -9,7 +9,7 @@ on: jobs: upgrade: - uses: browniebroke/github-actions/.github/workflows/pre-commit-autoupdate.yml@v1.21.0 + uses: browniebroke/github-actions/.github/workflows/pre-commit-autoupdate.yml@v1.22.0 secrets: gh_pat: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} with: