From 700ec437802a19ca6feb651ab5165d6ba4da771d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:44:05 -0500 Subject: [PATCH] chore(deps): bump helm/kind-action from 1.8.0 to 1.9.0 (#305) Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/agent-lint-and-test.yaml | 2 +- .../workflows/prometheus-prefect-exporter-lint-and-test.yaml | 2 +- .github/workflows/server-lint-and-test.yaml | 2 +- .github/workflows/worker-lint-and-test.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 }}"