diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc607eeac..1d30f7432 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -327,7 +327,7 @@ jobs: needs: [release_please, upload_artifacts] if: ${{ needs.release_please.outputs.release_created == 'true' }} steps: - - uses: mislav/bump-homebrew-formula-action@v3.1 + - uses: mislav/bump-homebrew-formula-action@v3.2 with: formula-name: starship tag-name: ${{ needs.release_please.outputs.tag_name }}