From 46d70a0fdf9a635236da6c32ecc85f3982bf7be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:16:03 +0200 Subject: [PATCH] Bump dcarbone/install-jq-action from 3.1.1 to 3.2.0 (#178) Bumps [dcarbone/install-jq-action](https://github.com/dcarbone/install-jq-action) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/dcarbone/install-jq-action/releases) - [Commits](https://github.com/dcarbone/install-jq-action/compare/f0e10f46ff84f4d32178b4b76e1ef180b16f82c3...b7ef57d46ece78760b4019dbc4080a1ba2a40b45) --- updated-dependencies: - dependency-name: dcarbone/install-jq-action dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 721b5db..5f10c01 100644 --- a/action.yml +++ b/action.yml @@ -58,7 +58,7 @@ runs: using: 'composite' steps: - name: Install jq - uses: dcarbone/install-jq-action@f0e10f46ff84f4d32178b4b76e1ef180b16f82c3 # v3.1.1 + uses: dcarbone/install-jq-action@b7ef57d46ece78760b4019dbc4080a1ba2a40b45 # v3.2.0 with: force: false # Skip install when an existing `jq` is present