From a0a0d5655eb02dec380adcbf6110eca5cc41e2b3 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 15 Oct 2024 12:31:49 +0200 Subject: [PATCH] README: v4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24cd731..9596801 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The Action will extract all needed informations by itself, you just need to spec ```yaml - name: Update Homebrew formula - uses: dawidd6/action-homebrew-bump-formula@v3 + uses: dawidd6/action-homebrew-bump-formula@v4 with: # Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes token: ${{secrets.TOKEN}} @@ -65,7 +65,7 @@ If there are no outdated formulae, the Action will just exit. ```yaml - name: Update Homebrew formula - uses: dawidd6/action-homebrew-bump-formula@v3 + uses: dawidd6/action-homebrew-bump-formula@v4 with: # Required, custom personal GitHub access token with only the 'public_repo' scope enabled token: ${{secrets.CUSTOM_PERSONAL_ACCESS_TOKEN}}