Skip to content

Commit

Permalink
Merge pull request #450 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/azure/setup-helm-4.2.0

chore(deps): bump azure/setup-helm from 4.1.0 to 4.2.0
  • Loading branch information
andyzhangx authored Jun 11, 2024
2 parents 0a040ff + 257f1e7 commit 8098cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Set-up Helm
uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config user.email "[email protected]"
- name: Set-up Helm
uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
Expand Down

0 comments on commit 8098cf3

Please sign in to comment.