From a67060e44c6445fd93a30abaea16d33e8ffcdfb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:06:00 +0000 Subject: [PATCH] chore(deps): update dcarbone/install-jq-action action to v3 --- .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 cbab395..fea3c48 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -73,7 +73,7 @@ jobs: cmd: yq -i '.clusters[0].cluster.server = "https://k3d-default-server-0:6443"' '/github/home/kubeconfig' - name: 'Install jq 1.6' - uses: dcarbone/install-jq-action@v1.0.1 + uses: dcarbone/install-jq-action@v3.2.0 with: version: 1.6 force: 'true'