From c1e9cf012b3f221e40ddfc1ae034a86cc6f4653d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:53:14 +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.23.0 to 1.24.0. - [Release notes](https://github.com/browniebroke/github-actions/releases) - [Commits](https://github.com/browniebroke/github-actions/compare/v1.23.0...v1.24.0) --- updated-dependencies: - dependency-name: browniebroke/github-actions/.github/workflows/pre-commit-autoupdate.yml dependency-version: 1.24.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 2f412f045..12479da5a 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.23.0 + uses: browniebroke/github-actions/.github/workflows/pre-commit-autoupdate.yml@v1.24.0 secrets: gh_pat: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} with: