Skip to content

Commit

Permalink
Merge pull request #1469 from kubernetes-sigs/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/azure/setup-helm-4

Bump azure/setup-helm from 3.5 to 4
  • Loading branch information
k8s-ci-robot authored Apr 19, 2024
2 parents 95ca09a + 903e17c commit 34c63f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: "3.x"

- name: Set-up Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390 # v4.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Set-up Helm
if: steps.check_can_release.outputs.continue == 'true'
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390 # v4.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
Expand Down

0 comments on commit 34c63f9

Please sign in to comment.