diff --git a/clients/cli/.github/workflows/release.yml b/clients/cli/.github/workflows/release.yml index d2a0b1e6..fb8058d7 100644 --- a/clients/cli/.github/workflows/release.yml +++ b/clients/cli/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Update Homebrew formula - uses: dawidd6/action-homebrew-bump-formula@e9b43cd30eec6ea80777e7e22e1526beb1675c18 # pin@v3.9.0 + uses: dawidd6/action-homebrew-bump-formula@75ed025ff3ad1d617862838b342b06d613a0ddf3 # v3.10.1 with: # Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes token: ${{secrets.GH_ACCESS_TOKEN}}