We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d059d9 commit 044b5f0Copy full SHA for 044b5f0
.github/workflows/pr-checks.yaml
@@ -36,7 +36,7 @@ jobs:
36
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
37
- name: Create kind cluster
38
if: steps.list-changed.outputs.changed == 'true'
39
- uses: helm/kind-action@v1.10.0
+ uses: helm/kind-action@v1.12.0
40
- name: Run chart-testing (install)
41
42
run: ct install --target-branch ${{ github.event.repository.default_branch }}
0 commit comments