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