From 1e9919ccf580d40e191fd424304d1036b141ad2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 03:56:14 +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 e54942b..31926da 100644 --- a/action.yml +++ b/action.yml @@ -75,7 +75,7 @@ runs: schema: ${{ steps.schema.outputs.path }} - name: 'Install jq 1.6' - uses: dcarbone/install-jq-action@v1.0.1 + uses: dcarbone/install-jq-action@v4.0.1 with: version: 1.6 force: 'true'