Skip to content

Commit

Permalink
Merge pull request #16 from clusterpedia-io/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/azure/setup-helm-3.4

Bump azure/setup-helm from 3.3 to 3.4
  • Loading branch information
Iceber authored Oct 28, 2022
2 parents 6b686ad + afe3947 commit b416793
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-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3.3
uses: azure/setup-helm@v3.4
with:
version: ${{ env.HELM_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v3.4
with:
version: 3.10.1 # stable
token: ${{ secrets.GITHUB_TOKEN }} # only needed if version is 'latest'
Expand Down

0 comments on commit b416793

Please sign in to comment.