From 80f693b6a5d3d57e3e367acbce5533e34e48a83b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:42:38 +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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc554b653..0a9bbb5a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,7 +150,7 @@ jobs: fetch-depth: 0 - name: Install Jq - uses: dcarbone/install-jq-action@v3 + uses: dcarbone/install-jq-action@v4 - name: Set up Go uses: actions/setup-go@v6