We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e714e commit 06b210dCopy full SHA for 06b210d
.github/workflows/release_to_homebrew.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Bump formulae
15
- uses: dawidd6/action-homebrew-bump-formula@3428a0601bba3173ec0bdcc945be23fa27aa4c31 # v5
+ uses: dawidd6/action-homebrew-bump-formula@c5ddc585e75f0f750a8b4f610688b4bec9e80915 # v6
16
with:
17
# Custom GitHub access token with only the 'public_repo' scope enabled
18
token: ${{secrets.HOMEBREW_ACCESS_TOKEN}}
0 commit comments