Skip to content

Commit 044b5f0

Browse files
Update helm/kind-action action to v1.12.0 (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d059d9 commit 044b5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
3737
- name: Create kind cluster
3838
if: steps.list-changed.outputs.changed == 'true'
39-
uses: helm/kind-action@v1.10.0
39+
uses: helm/kind-action@v1.12.0
4040
- name: Run chart-testing (install)
4141
if: steps.list-changed.outputs.changed == 'true'
4242
run: ct install --target-branch ${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)