From 663c5bacdfff3c336f02d74180575578a387daad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:02:30 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.11.0 --- .github/workflows/compare-helm-with-jsonnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compare-helm-with-jsonnet.yml b/.github/workflows/compare-helm-with-jsonnet.yml index 1a4d9cc14aa..68415c411d6 100644 --- a/.github/workflows/compare-helm-with-jsonnet.yml +++ b/.github/workflows/compare-helm-with-jsonnet.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: ${{ needs.goversion.outputs.version }} - - uses: helm/kind-action@v1.10.0 + - uses: helm/kind-action@v1.11.0 - name: Download yq uses: dsaltares/fetch-gh-release-asset@1.1.2 with: