1
0
Fork 0

ci: update homebrew action

This commit is contained in:
makeworld 2024-03-17 21:01:54 -04:00
parent 2534983d96
commit c4fd4301f9
No known key found for this signature in database
GPG Key ID: 7DE9FA10A6B58CA5
1 changed files with 1 additions and 2 deletions

View File

@ -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 }}