diff --git a/.github/workflows/agent-lint-and-test.yaml b/.github/workflows/agent-lint-and-test.yaml index d5945719..47014821 100644 --- a/.github/workflows/agent-lint-and-test.yaml +++ b/.github/workflows/agent-lint-and-test.yaml @@ -38,7 +38,7 @@ jobs: run: ct lint --config .github/linters/agent-ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: node_image: "kindest/node:v${{ matrix.kubernetes }}" diff --git a/.github/workflows/prometheus-prefect-exporter-lint-and-test.yaml b/.github/workflows/prometheus-prefect-exporter-lint-and-test.yaml index 10ddbaee..fceb2445 100644 --- a/.github/workflows/prometheus-prefect-exporter-lint-and-test.yaml +++ b/.github/workflows/prometheus-prefect-exporter-lint-and-test.yaml @@ -30,7 +30,7 @@ jobs: run: ct lint --config .github/linters/prometheus-prefect-exporter-ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: node_image: "kindest/node:v${{ matrix.kubernetes }}" diff --git a/.github/workflows/server-lint-and-test.yaml b/.github/workflows/server-lint-and-test.yaml index 9457c19d..7174a637 100644 --- a/.github/workflows/server-lint-and-test.yaml +++ b/.github/workflows/server-lint-and-test.yaml @@ -36,7 +36,7 @@ jobs: run: ct lint --config .github/linters/server-ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: node_image: "kindest/node:v${{ matrix.kubernetes }}" diff --git a/.github/workflows/worker-lint-and-test.yaml b/.github/workflows/worker-lint-and-test.yaml index 094ec416..bd9fa33f 100644 --- a/.github/workflows/worker-lint-and-test.yaml +++ b/.github/workflows/worker-lint-and-test.yaml @@ -38,7 +38,7 @@ jobs: run: ct lint --config .github/linters/worker-ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: node_image: "kindest/node:v${{ matrix.kubernetes }}"