From a8bc97b26cb45e6873d64c5ef8993d456c5b8780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:09:40 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-homebrew-bump-formula from 3 to 4 Bumps [dawidd6/action-homebrew-bump-formula](https://github.com/dawidd6/action-homebrew-bump-formula) from 3 to 4. - [Release notes](https://github.com/dawidd6/action-homebrew-bump-formula/releases) - [Commits](https://github.com/dawidd6/action-homebrew-bump-formula/compare/v3...v4) --- updated-dependencies: - dependency-name: dawidd6/action-homebrew-bump-formula dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autobump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobump.yml b/.github/workflows/autobump.yml index 1ecca6c..5420089 100644 --- a/.github/workflows/autobump.yml +++ b/.github/workflows/autobump.yml @@ -11,7 +11,7 @@ jobs: name: Bump Homebrew formula runs-on: ubuntu-latest steps: - - uses: dawidd6/action-homebrew-bump-formula@v3 + - uses: dawidd6/action-homebrew-bump-formula@v4 with: token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }} tap: miles170/homebrew-emacs