From c4fd4301f9731ca1ba43c7267e998e6e5bde8713 Mon Sep 17 00:00:00 2001 From: makeworld Date: Sun, 17 Mar 2024 21:01:54 -0400 Subject: [PATCH] ci: update homebrew action --- .github/workflows/homebrew.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index bd53363..2b058de 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -8,10 +8,9 @@ jobs: name: Bump Homebrew formula runs-on: ubuntu-latest steps: - - uses: mislav/bump-homebrew-formula-action@v1 + - uses: mislav/bump-homebrew-formula-action@v3 with: # A PR will be sent to github.com/Homebrew/homebrew-core to update this formula: formula-name: amfora - download-url: https://github.com/makeworld-the-better-one/amfora.git env: COMMITTER_TOKEN: ${{ secrets.HOMEBREW_TOKEN }}