diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 76e8f07..b3d9bb5 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@v2.1.0 with: version: 1.6 force: 'true'