From 8931258a0082ebf2414b96542e7cdd723c52e73b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 14:00:52 +0100 Subject: [PATCH] Bump Justintime50/homebrew-releaser from 1 to 2 in the github-actions group (#30) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/homebrew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index f5dc8ca..02b89e2 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -11,7 +11,7 @@ jobs: name: homebrew-releaser steps: - name: Add published release to Homebrew Tap - uses: Justintime50/homebrew-releaser@v1 + uses: Justintime50/homebrew-releaser@v2 with: # Explicitly set the version to avoid Justintime50/homebrew-releaser#39 (wrong auto-detection of "64" as version) version: ${{ github.event.release.tag_name }}