diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index eb7db37..9bcb757 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -26,7 +26,7 @@ jobs: with: command: lint - name: Create kind cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 - name: Install helm chart run: helm install varnish ./charts/varnish - name: Remove helm chart diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4486bea..3e6ef8a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,7 +16,7 @@ jobs: with: command: lint - name: Create kind cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 - name: Install helm chart run: helm install varnish ./charts/varnish - name: Remove helm chart