diff --git a/.github/workflows/ci-chart.yaml b/.github/workflows/ci-chart.yaml index 417f70e..55a0fd3 100644 --- a/.github/workflows/ci-chart.yaml +++ b/.github/workflows/ci-chart.yaml @@ -40,7 +40,7 @@ jobs: - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true' diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6b8b0e4..ca4960d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: # version: v1.46 args: -v --timeout 5m --no-config ./... - name: Install k8s Kind Cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: install_only: true - name: Prepare test environment