From 75708a5f89450ad3aa6a211327ea1773d21b6852 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:06:14 +0000 Subject: [PATCH] build(deps): update mislav/bump-homebrew-formula-action action to v2.3 --- .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 e163340f..9baffa98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -298,7 +298,7 @@ jobs: needs: [release_please, upload_artifacts] if: ${{ needs.release_please.outputs.release_created == 'true' }} steps: - - uses: mislav/bump-homebrew-formula-action@v2.2 + - uses: mislav/bump-homebrew-formula-action@v2.3 with: formula-name: starship tag-name: ${{ needs.release_please.outputs.tag_name }}