From 63615723fc2fa775f5e3b25475fed8328526db04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 13:18:57 +0000 Subject: [PATCH] chore(deps-dev): update helm/kind-action action to v1.7.0 --- .github/workflows/pr-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-chart.yaml b/.github/workflows/pr-chart.yaml index 37249045..883d0def 100644 --- a/.github/workflows/pr-chart.yaml +++ b/.github/workflows/pr-chart.yaml @@ -35,7 +35,7 @@ jobs: run: ct lint --target-branch=master --chart-dirs chart - name: Create kind cluster - uses: helm/kind-action@d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00 # v1.5.0 + uses: helm/kind-action@fa81e57adff234b2908110485695db0f181f3c67 # v1.7.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)