From b43413d5dda2d846e2bac297d70bdefdfb5e7ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:38:31 +0000 Subject: [PATCH] build(deps): bump dcarbone/install-jq-action from 2 to 3 Bumps [dcarbone/install-jq-action](https://github.com/dcarbone/install-jq-action) from 2 to 3. - [Release notes](https://github.com/dcarbone/install-jq-action/releases) - [Commits](https://github.com/dcarbone/install-jq-action/compare/v2...v3) --- updated-dependencies: - dependency-name: dcarbone/install-jq-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7e62eb48..bf21c36e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -322,7 +322,7 @@ jobs: node-version: 16 - name: Setup jq - uses: dcarbone/install-jq-action@v2 + uses: dcarbone/install-jq-action@v3 with: version: 1.7 force: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3ad0aa4..e3e26f36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: node-version: 20 - name: Setup jq - uses: dcarbone/install-jq-action@v2 + uses: dcarbone/install-jq-action@v3 with: version: 1.7 force: true