Skip to content

Commit 3c45c89

Browse files
committed
Update setup-helm action
1 parent 5d3a7dc commit 3c45c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v3
28-
- uses: azure/setup-helm@v3.3
28+
- uses: azure/setup-helm@v3.5
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
- run: helm lint --strict ./helm

0 commit comments

Comments
 (0)