From 0d9b0b8ce45a422d26e51f511a899b02f645ae65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:34:52 +0000 Subject: [PATCH] chore(deps): update dcarbone/install-jq-action action to v4 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4a31896..9353479 100644 --- a/action.yml +++ b/action.yml @@ -174,7 +174,7 @@ runs: org.opencontainers.image.source=https://github.com/${{ inputs.organization }}/${{ inputs.repository }} - name: "Install jq 1.7.1" - uses: dcarbone/install-jq-action@v3.2.0 + uses: dcarbone/install-jq-action@v4.0.1 with: version: 1.7.1 force: "true"