Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm/chart-testing-action action to v2.6.0 #656

Merged
merged 1 commit into from Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: 3.7

- name: Install chart-testing
uses: helm/chart-testing-action@cb49023b9227b1097e5eddd8824f48bdea11b1aa # v2.5.0
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
with:
version: v3.8.0 # renovate: datasource=github-releases depName=chart-testing packageName=helm/chart-testing

Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
version: v0.20.0 # renovate: datasource=github-releases depName=kind packageName=kubernetes-sigs/kind

- name: Install chart-testing
uses: helm/chart-testing-action@cb49023b9227b1097e5eddd8824f48bdea11b1aa # v2.5.0
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
with:
version: v3.8.0 # renovate: datasource=github-releases depName=chart-testing packageName=helm/chart-testing

Expand Down