From e5b94042829bee3f410575585d943802c36b3933 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:58:20 +0000 Subject: [PATCH] Update dcarbone/install-jq-action action to v2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 17c2fa4..a87faf3 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ runs: ref: ${{ inputs.head-ref }} - name: Install JQ - uses: dcarbone/install-jq-action@v1.0.1 + uses: dcarbone/install-jq-action@v2.1.0 with: version: ${{ inputs.jq-version }}