From e15caad93695d210664728d11d17e65ed1db817d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mladen=20Jablanovi=C4=87?= Date: Thu, 14 Dec 2023 10:49:37 +0100 Subject: [PATCH] build(CLI): Update homebrew-bump-formula github action (#490) --- clients/cli/.github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}