Skip to content

Commit

Permalink
fix helm install
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-burt committed Sep 5, 2024
1 parent 90a53fd commit 9bb3175
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
with:
go-version: 1.17
id: go
- uses: azure/setup-helm@v1
- uses: azure/setup-helm@v4.2.0
with:
version: "v3.7.0" # default is latest stable
id: helm
version: 'v3.7.0'
id: install
- uses: azure/setup-kubectl@v1
id: install-kubectl
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9bb3175

Please sign in to comment.