From 73425e741764240a06b8b36a51bd0d65013ca570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 03:05:39 -0400 Subject: [PATCH] build: bump mislav/bump-homebrew-formula-action from 2.0 to 2.1 (#4110) Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action) from 2.0 to 2.1. - [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases) - [Commits](https://github.com/mislav/bump-homebrew-formula-action/compare/v2.0...v2.1) --- updated-dependencies: - dependency-name: mislav/bump-homebrew-formula-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5aba823..03a5350f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -301,7 +301,7 @@ jobs: needs: release_please if: ${{ needs.release_please.outputs.release_created == 'true' }} steps: - - uses: mislav/bump-homebrew-formula-action@v2.0 + - uses: mislav/bump-homebrew-formula-action@v2.1 with: formula-name: starship tag-name: ${{ needs.release_please.outputs.tag_name }}