diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d9a6e1b..6545804 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,6 +21,6 @@ jobs: version: v3.11.0 - name: Install Helm Compose run: make install - - uses: helm/kind-action@v1.5.0 + - uses: helm/kind-action@v1.9.0 - name: Run Helm Compose run: helm compose up -f examples/simple-compose.yaml