From 3ced500c87aef211a08ad35c6d97054516708e1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 10:07:06 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b14bd5e6..939ddfca 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 }}