From 7b3b8027a05667a7cafc46d2348ef2f6c9a1e9e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:10:44 +0000 Subject: [PATCH] chore(deps): update dcarbone/install-jq-action action to v3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4cb8396..f106c61 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,7 @@ runs: using: "composite" steps: - name: 'Install jq 1.6' - uses: dcarbone/install-jq-action@v2.1.0 + uses: dcarbone/install-jq-action@v3.2.0 with: version: 1.6 force: 'true'