diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79708c7..37bda27 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: - name: Install Helm Compose run: make install - - uses: helm/kind-action@v1.10.0 + - uses: helm/kind-action@v1.13.0 - name: Run Helm Compose run: helm compose up -f examples/simple-compose.yaml