summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-04 10:07:06 +0200
committerGitHub <noreply@github.com>2022-05-04 10:07:06 +0200
commit3ced500c87aef211a08ad35c6d97054516708e1b (patch)
tree86ce540bcd41eb96ef6688dfcb8e836e233a31ea /.github
parent711645cd862141329745e41918b92e40f8680a79 (diff)
build: bump mislav/bump-homebrew-formula-action from 1.16 to 2.0 (#3965)
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action) from 1.16 to 2.0. - [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases) - [Commits](https://github.com/mislav/bump-homebrew-formula-action/compare/v1.16...v2.0) --- updated-dependencies: - dependency-name: mislav/bump-homebrew-formula-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index b14bd5e65..939ddfca0 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -269,7 +269,7 @@ jobs:
needs: release_please
if: ${{ needs.release_please.outputs.release_created == 'true' }}
steps:
- - uses: mislav/bump-homebrew-formula-action@v1.16
+ - uses: mislav/bump-homebrew-formula-action@v2.0
with:
formula-name: starship
tag-name: ${{ needs.release_please.outputs.tag_name }}