summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-24 03:05:39 -0400
committerGitHub <noreply@github.com>2022-06-24 03:05:39 -0400
commit73425e741764240a06b8b36a51bd0d65013ca570 (patch)
treee0ca51d272ccbc4bc83056c7f38984f0840f266f
parentef52f9e77ec66f5189a18acfdce399882c37fdd8 (diff)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c5aba823b..03a5350fc 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 }}