From ac39261cac3ccbe3eef699482c15b8abbecdc09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 10:32:35 +0000 Subject: [PATCH] chore: 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/update-nightly-toolchain.yml | 2 +- .github/workflows/update-toolchain.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-nightly-toolchain.yml b/.github/workflows/update-nightly-toolchain.yml index ca558990f..dc3f4c7a3 100644 --- a/.github/workflows/update-nightly-toolchain.yml +++ b/.github/workflows/update-nightly-toolchain.yml @@ -17,7 +17,7 @@ jobs: token: ${{ secrets.UNICODE_BASIC_TOKEN }} - name: install jq - uses: dcarbone/install-jq-action@v3 + uses: dcarbone/install-jq-action@v4 - name: set user run: | diff --git a/.github/workflows/update-toolchain.yml b/.github/workflows/update-toolchain.yml index 6e771ae30..2ea454f98 100644 --- a/.github/workflows/update-toolchain.yml +++ b/.github/workflows/update-toolchain.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: install jq - uses: dcarbone/install-jq-action@v3 + uses: dcarbone/install-jq-action@v4 - name: get toolchain tags id: toolchain-tag