From 2cb29686b20c56a4220c9f160142610822518b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 00:26:50 +0000 Subject: [PATCH] Bump brokenpip3/action-pre-commit-update from 0.0.1 to 0.0.2 Bumps [brokenpip3/action-pre-commit-update](https://github.com/brokenpip3/action-pre-commit-update) from 0.0.1 to 0.0.2. - [Release notes](https://github.com/brokenpip3/action-pre-commit-update/releases) - [Commits](https://github.com/brokenpip3/action-pre-commit-update/compare/0.0.1...0.0.2) --- updated-dependencies: - dependency-name: brokenpip3/action-pre-commit-update dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit-updates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-updates.yaml b/.github/workflows/pre-commit-updates.yaml index 808ad25..5899f65 100644 --- a/.github/workflows/pre-commit-updates.yaml +++ b/.github/workflows/pre-commit-updates.yaml @@ -13,6 +13,6 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Update pre-commit hooks - uses: brokenpip3/action-pre-commit-update@0.0.1 + uses: brokenpip3/action-pre-commit-update@0.0.2 with: github-token: ${{ secrets.GITHUB_TOKEN }}