mirror of
https://github.com/pyenv/pyenv.git
synced 2025-03-03 13:52:15 +00:00
Merge pull request #1531 from rbenv/dependabot/github_actions/mislav/bump-homebrew-formula-action-3.1
Bump mislav/bump-homebrew-formula-action from 3.0 to 3.1
This commit is contained in:
commit
ae8a0ee125
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
name: Bump Homebrew formula
|
name: Bump Homebrew formula
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: mislav/bump-homebrew-formula-action@v3.0
|
- uses: mislav/bump-homebrew-formula-action@v3.1
|
||||||
if: "!contains(github.ref, '-')" # skip prereleases
|
if: "!contains(github.ref, '-')" # skip prereleases
|
||||||
with:
|
with:
|
||||||
formula-name: rbenv
|
formula-name: rbenv
|
||||||
|
|
Loading…
Reference in a new issue