diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5e873af199..f3627fac17 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -58,7 +58,7 @@ jobs: run: echo "${{needs.gomod.outputs.gomod}}" > go.mod - name: restore_gosum run: echo "${{needs.gomod.outputs.gosum}}" > go.sum - - uses: helm/kind-action@v1.8.0 + - uses: helm/kind-action@v1.9.0 - run: | make install-csi-hostpath-driver make install-minio