We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76485fe commit fc38f98Copy full SHA for fc38f98
1 file changed
.github/workflows/lint-test.yaml
@@ -62,7 +62,7 @@ jobs:
62
run: ct lint --config ct.yaml
63
64
- name: Create kind cluster
65
- uses: helm/kind-action@v1.12.0
+ uses: helm/kind-action@v1.13.0
66
if: steps.list-changed.outputs.changed == 'true'
67
with:
68
node_image: ${{ matrix.kubernetes_version }}
0 commit comments