We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a2f70 commit f27ca92Copy full SHA for f27ca92
.github/workflows/brew.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Bump homebrew-core formula
16
- uses: mislav/bump-homebrew-formula-action@v2
+ uses: mislav/bump-homebrew-formula-action@v3
17
env:
18
COMMITTER_TOKEN: ${{ secrets.BREW_TOKEN }}
19
with:
0 commit comments