From 45e47e5c29480dd88d1daf1b16857e7b9fd1425c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 08:50:42 +0200 Subject: [PATCH] build(deps): update mislav/bump-homebrew-formula-action action to v3 (#5455) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 9baffa98..2baabd03 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.3 + - uses: mislav/bump-homebrew-formula-action@v3.1 with: formula-name: starship tag-name: ${{ needs.release_please.outputs.tag_name }}