From 01291de3fad778021564ba1f5d492da781bec108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:53:17 +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.25.0 to 1.26.0. - [Release notes](https://github.com/browniebroke/github-actions/releases) - [Commits](https://github.com/browniebroke/github-actions/compare/v1.25.0...v1.26.0) --- updated-dependencies: - dependency-name: browniebroke/github-actions/.github/workflows/pre-commit-autoupdate.yml dependency-version: 1.26.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 29043aead..cfac6fe41 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.25.0 + uses: browniebroke/github-actions/.github/workflows/pre-commit-autoupdate.yml@v1.26.0 secrets: gh_pat: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} with: