diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 567f19238..f06b343e5 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -191,7 +191,7 @@ jobs: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} - name: Bump Homebrew formula - uses: dawidd6/action-homebrew-bump-formula@d3667e5ae14df19579e4414897498e3e88f2f458 # v3.10.0 + uses: dawidd6/action-homebrew-bump-formula@75ed025ff3ad1d617862838b342b06d613a0ddf3 # v3.10.1 # only bump formula for tags which don't contain '-' # this excludes vx.y.z-rc1 if: github.ref_type == 'tag' && !contains(github.ref_name, '-')