From 85024ae55d4a9b21cb2cbf3990eb4f2de22598d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 07:23:48 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.10.0 --- .github/workflows/pull-request.yaml | 2 +- .github/workflows/push-dev.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index c7e7fe2de..5a8c265f1 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -122,7 +122,7 @@ jobs: run: ct lint --chart-dirs charts --all --debug --validate-maintainers=false --target-branch ${{ github.event.repository.default_branch }} - name: Create kind cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.10.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install) diff --git a/.github/workflows/push-dev.yaml b/.github/workflows/push-dev.yaml index 946e8ae17..7180e8be3 100644 --- a/.github/workflows/push-dev.yaml +++ b/.github/workflows/push-dev.yaml @@ -124,7 +124,7 @@ jobs: run: ct lint --chart-dirs charts --all --debug --validate-maintainers=false --target-branch ${{ github.event.repository.default_branch }} - name: Create kind cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.10.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)