Skip to content

Commit

Permalink
chore(deps): bump azure/setup-helm from 3 to 4 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed May 16, 2024
2 parents ea47904 + 5f03f09 commit aaa16d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Install Helm
if: true
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
token: ${{ github.token }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0

- name: Install Helm
uses: azure/setup-helm@v3.5
uses: azure/setup-helm@v4
with:
version: v3.13.2

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

- name: Install Helm
uses: azure/setup-helm@v3.5
uses: azure/setup-helm@v4
with:
version: v3.13.2

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

- name: Install Helm
uses: azure/setup-helm@v3.5
uses: azure/setup-helm@v4
with:
version: v3.13.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 16.x
- name: Install Helm
uses: azure/setup-helm@v4.0.0
uses: azure/setup-helm@v4
with:
version: v3.11.0
- name: test
Expand Down

0 comments on commit aaa16d3

Please sign in to comment.