From e4ef70e00e030aa2a85bd9f9b2192042a2af1ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 03:03:57 +0000 Subject: [PATCH] build(deps): bump mjcheetham/update-homebrew from 1.2 to 1.3 Bumps [mjcheetham/update-homebrew](https://github.com/mjcheetham/update-homebrew) from 1.2 to 1.3. - [Release notes](https://github.com/mjcheetham/update-homebrew/releases) - [Commits](https://github.com/mjcheetham/update-homebrew/compare/v1.2...v1.3) --- updated-dependencies: - dependency-name: mjcheetham/update-homebrew dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-homebrew.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-homebrew.yaml b/.github/workflows/release-homebrew.yaml index f45431b03..7e0be9d00 100644 --- a/.github/workflows/release-homebrew.yaml +++ b/.github/workflows/release-homebrew.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Update Homebrew tap - uses: mjcheetham/update-homebrew@v1.2 + uses: mjcheetham/update-homebrew@v1.3 with: token: ${{ secrets.HOMEBREW_TOKEN }} tap: microsoft/git