From 3b31dd887f059f75ce4d9b676397e45828fe2e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:53:52 +0000 Subject: [PATCH] Bump dawidd6/action-homebrew-bump-formula from 5 to 6 Bumps [dawidd6/action-homebrew-bump-formula](https://github.com/dawidd6/action-homebrew-bump-formula) from 5 to 6. - [Release notes](https://github.com/dawidd6/action-homebrew-bump-formula/releases) - [Commits](https://github.com/dawidd6/action-homebrew-bump-formula/compare/v5...v6) --- updated-dependencies: - dependency-name: dawidd6/action-homebrew-bump-formula dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/homebrew-bump-formula.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/homebrew-bump-formula.yml b/.github/workflows/homebrew-bump-formula.yml index 26a4d11..ddca78a 100644 --- a/.github/workflows/homebrew-bump-formula.yml +++ b/.github/workflows/homebrew-bump-formula.yml @@ -8,7 +8,7 @@ jobs: homebrew: runs-on: ubuntu-latest steps: - - uses: dawidd6/action-homebrew-bump-formula@v5 + - uses: dawidd6/action-homebrew-bump-formula@v6 with: token: ${{ secrets.HOMEBREW_BUMP_FORMULA_TOKEN }} tap: CraigSiemens/homebrew-tap