Skip to content

Commit

Permalink
ci: update azure/setup-helm action to v2 (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 11, 2022
1 parent 9b6a1f6 commit 5ae55d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v1.1
uses: azure/setup-helm@v2.1
with:
version: ${{ matrix.helm }}

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v1.1
uses: azure/setup-helm@v2.1
with:
version: v3.7.2 # renovate: helm

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: gpg --export-secret-keys > ~/.gnupg/pubring.gpg

- name: Set up Helm
uses: azure/setup-helm@v1.1
uses: azure/setup-helm@v2.1
with:
version: v3.7.2 # renovate: helm

Expand Down

0 comments on commit 5ae55d5

Please sign in to comment.