From a50eaa508fb68da6edf622eb018abc92f7df42f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 18:38:57 +0000 Subject: [PATCH] chore: Update GHA dep: Bump browniebroke/pre-commit-autoupdate-action Bumps [browniebroke/pre-commit-autoupdate-action](https://github.com/browniebroke/pre-commit-autoupdate-action) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/browniebroke/pre-commit-autoupdate-action/releases) - [Commits](https://github.com/browniebroke/pre-commit-autoupdate-action/compare/deb83bfe0036e1116ee4e241d6220274d69b1f9e...f5c3ec85103b9f8f9be60b9c006cec763d2bdd02) --- updated-dependencies: - dependency-name: browniebroke/pre-commit-autoupdate-action dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-updates.yml b/.github/workflows/pre-commit-updates.yml index 2ef4ab7..da03731 100644 --- a/.github/workflows/pre-commit-updates.yml +++ b/.github/workflows/pre-commit-updates.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 - - uses: browniebroke/pre-commit-autoupdate-action@deb83bfe0036e1116ee4e241d6220274d69b1f9e # v1.0.0 + - uses: browniebroke/pre-commit-autoupdate-action@f5c3ec85103b9f8f9be60b9c006cec763d2bdd02 # v1.0.1 env: SKIP: "poetry-version-resetter"