diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 83ac8b8..eb8b72b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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.4.1 + uses: dawidd6/action-homebrew-bump-formula@v3.5.0 if: "!contains(github.ref, '-')" # skip prereleases with: token: ${{ secrets.COMMITTER_TOKEN }}