From 85337e1ab93dcb7e34a99de1b10005474be04f2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 23:51:39 +0000 Subject: [PATCH] chore(deps): update dcarbone/install-jq-action action to v4 --- .github/workflows/test-jq-version.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-jq-version.yml b/.github/workflows/test-jq-version.yml index a2c462b..e2abc65 100644 --- a/.github/workflows/test-jq-version.yml +++ b/.github/workflows/test-jq-version.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: 'Setup jq' - uses: dcarbone/install-jq-action@v2.1.0 + uses: dcarbone/install-jq-action@v4.0.1 with: version: 1.5 force: 'true' diff --git a/action.yml b/action.yml index c7c69ba..0b6f2e9 100644 --- a/action.yml +++ b/action.yml @@ -57,7 +57,7 @@ runs: fi - name: 'Install jq 1.6' - uses: dcarbone/install-jq-action@v2.1.0 + uses: dcarbone/install-jq-action@v4.0.1 with: version: 1.6 force: 'true'