Skip to content

Commit

Permalink
Merge pull request #624 from stakater/renovate/azure-setup-helm-4.x
Browse files Browse the repository at this point in the history
chore(deps): update azure/setup-helm action to v4
  • Loading branch information
bnallapeta committed Apr 10, 2024
2 parents 2098c96 + c5d8dd8 commit 7d44e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Expand Up @@ -31,7 +31,7 @@ jobs:

# Setting up helm binary
- name: Set up Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4

- name: Helm chart unit tests
uses: d3adb5/helm-unittest-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Expand Up @@ -28,7 +28,7 @@ jobs:

# Setting up helm binary
- name: Set up Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.11.3

Expand Down

0 comments on commit 7d44e98

Please sign in to comment.