From 1d61295c932a33723953e6ffd0729bbd6c6e0d2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 04:14:13 +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 76e8f07..f06dd69 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -65,7 +65,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.0.1 with: version: 1.6 force: 'true'