Skip to content

Commit

Permalink
Update azure/setup-helm action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 5ad4b70 commit 093a208
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: kind load docker-image ghcr.io/${{ github.repository }}:e2e

- name: Install helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v4
with:
version: "3.6.3"
id: helm_install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: kind load docker-image ghcr.io/${{ github.repository }}:e2e

- name: Install helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v4
with:
version: "3.6.3"
id: helm_install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: kind load docker-image ghcr.io/${{ github.repository }}:e2e

- name: Install helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v4
with:
version: "3.6.3"
id: helm_install
Expand Down

0 comments on commit 093a208

Please sign in to comment.