From 6fcb645ba74bc0ab4633d7ffc9849f2c36472289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:51:35 +0000 Subject: [PATCH] build(deps): bump mislav/bump-homebrew-formula-action from 1 to 3 Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action) from 1 to 3. - [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases) - [Commits](https://github.com/mislav/bump-homebrew-formula-action/compare/v1...v3) --- updated-dependencies: - dependency-name: mislav/bump-homebrew-formula-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 29f246b..3d7386f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -76,7 +76,7 @@ jobs: run: git checkout -b chore/${{ github.event.repository.name }} - name: Bump sirwindfield/homebrew-tap formula - uses: mislav/bump-homebrew-formula-action@v1 + uses: mislav/bump-homebrew-formula-action@v3 if: "matrix.os == 'macos-latest' && !contains(github.ref, '-')" # skip prereleases env: COMMITTER_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}