mirror of
https://github.com/kopia/kopia.git
synced 2025-12-23 22:57:50 -05:00
build(deps): bump dawidd6/action-homebrew-bump-formula from 5 to 6
Bumps [dawidd6/action-homebrew-bump-formula](https://github.com/dawidd6/action-homebrew-bump-formula) from 5 to 6.
- [Release notes](https://github.com/dawidd6/action-homebrew-bump-formula/releases)
- [Commits](3428a0601b...c5ddc585e7)
---
updated-dependencies:
- dependency-name: dawidd6/action-homebrew-bump-formula
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
.github/workflows/make.yml
vendored
2
.github/workflows/make.yml
vendored
@@ -185,7 +185,7 @@ jobs:
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Bump Homebrew formula
|
||||
uses: dawidd6/action-homebrew-bump-formula@3428a0601bba3173ec0bdcc945be23fa27aa4c31 # v5
|
||||
uses: dawidd6/action-homebrew-bump-formula@c5ddc585e75f0f750a8b4f610688b4bec9e80915 # v6
|
||||
# only bump formula for tags which don't contain '-'
|
||||
# this excludes vx.y.z-rc1
|
||||
if: github.ref_type == 'tag' && !contains(github.ref_name, '-')
|
||||
|
||||
Reference in New Issue
Block a user