From 70ed14e1a744419c1c9003ec2a3f0a55da7eb126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 06:54:33 +0000 Subject: [PATCH] Bump dawidd6/action-homebrew-bump-formula from 3.10.1 to 3.11.0 Bumps [dawidd6/action-homebrew-bump-formula](https://github.com/dawidd6/action-homebrew-bump-formula) from 3.10.1 to 3.11.0. - [Release notes](https://github.com/dawidd6/action-homebrew-bump-formula/releases) - [Commits](https://github.com/dawidd6/action-homebrew-bump-formula/compare/v3.10.1...v3.11.0) --- updated-dependencies: - dependency-name: dawidd6/action-homebrew-bump-formula dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 74492023..d06b9889 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,7 +66,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" steps: - name: Bump Homebrew formula version - uses: dawidd6/action-homebrew-bump-formula@v3.10.1 + uses: dawidd6/action-homebrew-bump-formula@v3.11.0 if: "!contains(github.ref, '-')" # skip prereleases with: token: ${{ secrets.COMMITTER_TOKEN }}