diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b6b48db..961f67d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -62,7 +62,7 @@ jobs: make unittest - name: Create kind cluster - uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0 + uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0 # Only build a kind cluster if there are chart changes to test. if: steps.list-changed.outputs.changed == 'true'