mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-17 01:42:45 +02:00
workflows: update bumping action to v3
This commit is contained in:
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_API_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_API_TOKEN}}
|
||||||
- name: Bump Homebrew
|
- name: Bump Homebrew
|
||||||
uses: dawidd6/action-homebrew-bump-formula@v2
|
uses: dawidd6/action-homebrew-bump-formula@v3
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.GITHUB_API_TOKEN}}
|
token: ${{secrets.GITHUB_API_TOKEN}}
|
||||||
formula: lazygit
|
formula: lazygit
|
||||||
|
Reference in New Issue
Block a user