From ad8cf0e17601597663baef1fee9a44c9dc8ab292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:35:45 +0000 Subject: [PATCH] chore(deps): Bump dcarbone/install-jq-action from 3 to 4 Bumps [dcarbone/install-jq-action](https://github.com/dcarbone/install-jq-action) from 3 to 4. - [Release notes](https://github.com/dcarbone/install-jq-action/releases) - [Commits](https://github.com/dcarbone/install-jq-action/compare/v3...v4) --- updated-dependencies: - dependency-name: dcarbone/install-jq-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-check.yml b/.github/workflows/pull-request-check.yml index 50652f5c8f76..d6ea2a26f7a3 100644 --- a/.github/workflows/pull-request-check.yml +++ b/.github/workflows/pull-request-check.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout che-code source code uses: actions/checkout@v6 - name: Install jq - uses: dcarbone/install-jq-action@v3 + uses: dcarbone/install-jq-action@v4 with: version: 1.7 force: true