From 013d46b6fb663f970319ff93e8e9d28a52318985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:53:15 +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.24.0 to 1.25.0. - [Release notes](https://github.com/browniebroke/github-actions/releases) - [Commits](https://github.com/browniebroke/github-actions/compare/v1.24.0...v1.25.0) --- updated-dependencies: - dependency-name: browniebroke/github-actions/.github/workflows/pre-commit-autoupdate.yml dependency-version: 1.25.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 12479da5a..29043aead 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.24.0 + uses: browniebroke/github-actions/.github/workflows/pre-commit-autoupdate.yml@v1.25.0 secrets: gh_pat: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} with: