From f653336783ffcd923fc309e3da7fb469dc38cd60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Dec 2020 16:26:47 -0500 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 83ac8b8..eb8b72b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }}