Skip to content

Commit

Permalink
Update checkout action to v4 tag in README.md (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: Maarten Blokker <[email protected]>
  • Loading branch information
maarten-blokker authored Apr 28, 2024
1 parent 0eba7f5 commit 95930dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run chart-releaser
uses: helm/[email protected]
Expand Down

0 comments on commit 95930dc

Please sign in to comment.