From d00e96cc592aa15e5c0813266d315b857e2ae95c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:41:14 +0000 Subject: [PATCH] build(deps): update mislav/bump-homebrew-formula-action action to v3.2 --- .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 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 }}