From 7fef53311d6a52ddb1e6ac1f18e0b8fead2bb652 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 10:28:06 +0000 Subject: [PATCH] minor(deps): update helm/kind-action action to v1.5.0 --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 9c7e9e4..964fae5 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -47,7 +47,7 @@ jobs: - name: Create kind id: kind if: steps.detect.outputs.changed == 'true' - uses: helm/kind-action@v1.4.0 + uses: helm/kind-action@v1.5.0 - name: Run Linting id: linting