diff --git a/.github/workflows/ci-agent-resource-discovery.yml b/.github/workflows/ci-agent-resource-discovery.yml index 0e8da7f..81e15dc 100644 --- a/.github/workflows/ci-agent-resource-discovery.yml +++ b/.github/workflows/ci-agent-resource-discovery.yml @@ -53,7 +53,7 @@ jobs: uses: Azure/setup-helm@v3 - name: Create k8s ${{ matrix.kubernetesVersion }} Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: node_image: ${{ matrix.kindImage }} diff --git a/.github/workflows/ci-agent-scraper.yml b/.github/workflows/ci-agent-scraper.yml index 7dd9666..58c6d9b 100644 --- a/.github/workflows/ci-agent-scraper.yml +++ b/.github/workflows/ci-agent-scraper.yml @@ -57,7 +57,7 @@ jobs: working-directory: ./config - name: Create k8s ${{ matrix.kubernetesVersion }} Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: node_image: ${{ matrix.kindImage }}