From 8f12b8dbd6369a7d4c7fc4ecc996f4a331910679 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:12:52 +0000 Subject: [PATCH] chore(deps): update dcarbone/install-jq-action action to v3 --- .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 0b87d46..180c9f6 100644 --- a/.github/workflows/test-jq-version.yml +++ b/.github/workflows/test-jq-version.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4 - name: 'Setup jq' - uses: dcarbone/install-jq-action@v2.1.0 + uses: dcarbone/install-jq-action@v3.2.0 with: version: 1.5 force: 'true' diff --git a/action.yml b/action.yml index feaf533..fc24d78 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@v3.2.0 with: version: 1.6 force: 'true'