diff --git a/.github/workflows/bump-formula-pr.yml b/.github/workflows/bump-formula-pr.yml index 54d995b5dffb..79feb628e2f8 100644 --- a/.github/workflows/bump-formula-pr.yml +++ b/.github/workflows/bump-formula-pr.yml @@ -18,7 +18,7 @@ jobs: - name: Update Homebrew formula if: 'steps.latest_release.outputs.release_id == github.event.release.id' - uses: dawidd6/action-homebrew-bump-formula@v3 + uses: dawidd6/action-homebrew-bump-formula@v4 with: # Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes token: ${{secrets.HOMEBREW_FORMULA_GH_TOKEN}} @@ -45,7 +45,7 @@ jobs: - name: Update Homebrew formula if: 'steps.latest_release.outputs.release_id == github.event.release.id' - uses: dawidd6/action-homebrew-bump-formula@v3 + uses: dawidd6/action-homebrew-bump-formula@v4 with: # Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes token: ${{secrets.HOMEBREW_FORMULA_GH_TOKEN}}