From a00bcd48584b03d514b4be72108b7097f5963972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:43:21 +0000 Subject: [PATCH] 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/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a9d4c75..9f7c33d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: echo "phpunit-version=${_phpunit_version}" >> $GITHUB_OUTPUT - name: 'Install jq' - uses: dcarbone/install-jq-action@v3 + uses: dcarbone/install-jq-action@v4 with: force: true