diff --git a/.github/workflows/action-node-installer.yaml b/.github/workflows/action-node-installer.yaml index c0b7aac..b282631 100644 --- a/.github/workflows/action-node-installer.yaml +++ b/.github/workflows/action-node-installer.yaml @@ -55,7 +55,7 @@ jobs: run: make build-dev-installer-image working-directory: node-installer - - uses: helm/kind-action@v1.12.0 + - uses: helm/kind-action@v1.13.0 if: matrix.distribution == 'kind' with: install_only: true