diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 87341a1..a062339 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.11.0 + - uses: helm/kind-action@v1.12.0 - name: Run Helm Compose run: helm compose up -f examples/simple-compose.yaml