Skip to content

Commit e94f62a

Browse files
authored
Update Homebrew action version to v7
[ci skip]
1 parent 1446dca commit e94f62a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Action will extract all needed informations by itself, you just need to spec
3131

3232
```yaml
3333
- name: Update Homebrew formula
34-
uses: dawidd6/action-homebrew-bump-formula@v6
34+
uses: dawidd6/action-homebrew-bump-formula@v7
3535
with:
3636
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
3737
token: ${{secrets.TOKEN}}
@@ -65,7 +65,7 @@ If there are no outdated formulae, the Action will just exit.
6565

6666
```yaml
6767
- name: Update Homebrew formula
68-
uses: dawidd6/action-homebrew-bump-formula@v6
68+
uses: dawidd6/action-homebrew-bump-formula@v7
6969
with:
7070
# Required, custom personal GitHub access token with only the 'public_repo' scope enabled
7171
token: ${{secrets.CUSTOM_PERSONAL_ACCESS_TOKEN}}

0 commit comments

Comments
 (0)