diff --git a/clients/cli/.github/workflows/release.yml b/clients/cli/.github/workflows/release.yml index a06a12f52..936e45191 100644 --- a/clients/cli/.github/workflows/release.yml +++ b/clients/cli/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Update Homebrew formula - uses: dawidd6/action-homebrew-bump-formula@1446dca236b0440c6f02723a3f14f13be2c04ab0 # v7 + uses: dawidd6/action-homebrew-bump-formula@b12d2bc99c46444125e606142f28200ec71a1214 # v10 with: # Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes token: ${{secrets.GH_ACCESS_TOKEN}}