Skip to content

Commit

Permalink
[CI] Upgrade helm version in all the workflows (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax committed May 4, 2023
1 parent ed688a6 commit 2b35e1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.11.2
version: v3.11.3

- name: Set up chart-testing
uses: helm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Helm
uses: azure/[email protected]
with:
version: v3.10.3
version: v3.11.3
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Helm
uses: azure/[email protected]
with:
version: v3.5.4
version: v3.11.3

- name: Set up chart dependencies
run: make repo-update dep-build
Expand Down

0 comments on commit 2b35e1f

Please sign in to comment.