From 6c7d3c663591ea47c99231310807423b7e0e90c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:26:59 -0400 Subject: [PATCH] Update helm/kind-action action to v1.10.0 (#91) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- .github/workflows/chart-testing.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c71b827..f551b51 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -104,7 +104,7 @@ jobs: ct lint --charts chart/kronic --target-branch ${{ github.event.repository.default_branch }} - name: Create kind cluster - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 - name: Run chart-testing (install) run: | diff --git a/.github/workflows/chart-testing.yaml b/.github/workflows/chart-testing.yaml index 3fda549..74c93fc 100644 --- a/.github/workflows/chart-testing.yaml +++ b/.github/workflows/chart-testing.yaml @@ -35,7 +35,7 @@ jobs: ct lint --charts chart/kronic --target-branch ${{ github.event.repository.default_branch }} - name: Create kind cluster - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 - name: Run chart-testing (install) run: |