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

Bump dawidd6/action-homebrew-bump-formula from 3.8.0 to 3.10.1
This commit is contained in:
Khosrow Moossavi
2023-12-20 11:56:09 -05: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.8.0
uses: dawidd6/action-homebrew-bump-formula@v3.10.1
if: "!contains(github.ref, '-')" # skip prereleases
with:
token: ${{ secrets.COMMITTER_TOKEN }}