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