build: bump dawidd6/action-homebrew-bump-formula from v3.4.1 to v3.5.0 (#356)

Bumps [dawidd6/action-homebrew-bump-formula](https://github.com/dawidd6/action-homebrew-bump-formula) from v3.4.1 to v3.5.0.
- [Release notes](https://github.com/dawidd6/action-homebrew-bump-formula/releases)
- [Commits](https://github.com/dawidd6/action-homebrew-bump-formula/compare/v3.4.1...8a8b416db997f3dadd11efe464d3ebecde96fe6d)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-12-18 16:26:47 -05:00
committed by GitHub
parent e5e7302c14
commit f653336783

View File

@@ -66,7 +66,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Bump Homebrew formula version
uses: dawidd6/action-homebrew-bump-formula@v3.4.1
uses: dawidd6/action-homebrew-bump-formula@v3.5.0
if: "!contains(github.ref, '-')" # skip prereleases
with:
token: ${{ secrets.COMMITTER_TOKEN }}