Skip to content

Commit

Permalink
chore(deps): update helm/chart-testing-action action to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot authored and self-hosted-renovatebot[bot] committed Nov 3, 2023
1 parent d480bdb commit 866e8c8
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-testing (lint)
id: lint
uses: helm/[email protected].0
uses: helm/[email protected].1
with:
command: lint
- name: Create kind cluster
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
- name: Run chart-testing (lint)
id: lint
uses: helm/[email protected].0
uses: helm/[email protected].1
with:
command: lint
- name: Create kind cluster
Expand Down

0 comments on commit 866e8c8

Please sign in to comment.