Skip to content

Commit

Permalink
chore(CI/CD): Use azure/setup-helm@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Feb 28, 2024
1 parent b962318 commit 1d3b1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: minikube tunnel &>mktunnel.log &

- name: Set up Helm
uses: azure/setup-helm@v4.0.0
uses: azure/setup-helm@v4
with:
version: v3.14.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: minikube tunnel &>mktunnel.log &

- name: Set up Helm
uses: azure/setup-helm@v4.0.0
uses: azure/setup-helm@v4
with:
version: v3.14.2

Expand Down

0 comments on commit 1d3b1b8

Please sign in to comment.