Skip to content

Commit

Permalink
Update azure/setup-helm action to v4 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsfaMumtaz authored Mar 6, 2024
2 parents fa6e2c9 + 539b4e7 commit 86f0de2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# Set Up Helm
- name: Set up Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.8.2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# Set Up Helm
- name: Set up Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.8.2

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
# Set Up Helm
- name: Set up Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.8.2

Expand Down

0 comments on commit 86f0de2

Please sign in to comment.