Merge pull request #752 from terraform-docs/dependabot/github_actions/dawidd6/action-homebrew-bump-formula-3.11.0

Bump dawidd6/action-homebrew-bump-formula from 3.10.1 to 3.11.0
This commit is contained in:
Khosrow Moossavi
2024-03-15 12:59:20 -04:00
committed by GitHub

View File

@@ -66,7 +66,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Bump Homebrew formula version
uses: dawidd6/action-homebrew-bump-formula@v3.10.1
uses: dawidd6/action-homebrew-bump-formula@v3.11.0
if: "!contains(github.ref, '-')" # skip prereleases
with:
token: ${{ secrets.COMMITTER_TOKEN }}