summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Forbes <tom@tomforb.es>2023-10-28 11:44:33 +0100
committerGitHub <noreply@github.com>2023-10-28 11:44:33 +0100
commitca644061c0367524ebf97275209a92b1450aad97 (patch)
treeeff5df644dee0a80e8aa913c45f2905e06f60f3b
parentc4e03f8d918e67508ee481ee10cd2551c6591237 (diff)
parent454205a968935515070d37e7dd6ed9e8444efe9e (diff)
Merge pull request #386 from orf/dependabot/github_actions/mislav/bump-homebrew-formula-action-3
chore(deps): bump mislav/bump-homebrew-formula-action from 2 to 3
-rw-r--r--.github/workflows/homebrew.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml
index 243e9f0..992425e 100644
--- a/.github/workflows/homebrew.yml
+++ b/.github/workflows/homebrew.yml
@@ -14,7 +14,7 @@ jobs:
id: extract-version
run: |
echo "VERSION=${GITHUB_REF#refs/tags/gping-}" >> "$GITHUB_OUTPUT"
- - uses: mislav/bump-homebrew-formula-action@v2
+ - uses: mislav/bump-homebrew-formula-action@v3
with:
formula-name: gping
commit-message: |