From 03d2e6e0ee02c009a4554f548a29e194daf7e305 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 15:27:22 +0000 Subject: [PATCH] Update mikefarah/yq action to v4.43.1 --- .github/workflows/test-positive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 76e8f07..a91e5cc 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -60,7 +60,7 @@ jobs: echo "path=/github/home/kubeconfig" >> $GITHUB_OUTPUT - name: Update kubeconfig to work in docker network - uses: mikefarah/yq@v4.42.1 + uses: mikefarah/yq@v4.43.1 with: cmd: yq -i '.clusters[0].cluster.server = "https://k3d-default-server-0:6443"' '/github/home/kubeconfig'