From f30793120229dca840d24a175bd012a3f19f3e71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:53:07 +0000 Subject: [PATCH] build(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/tokei.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tokei.yml b/.github/workflows/tokei.yml index 28818d4..ce90465 100644 --- a/.github/workflows/tokei.yml +++ b/.github/workflows/tokei.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: Install jq - uses: dcarbone/install-jq-action@v3 + uses: dcarbone/install-jq-action@v4 - name: Check jq version run: jq --version