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'