From 3533cdb9764470613318a2922189588e70dd38a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 16:50:43 +0000 Subject: [PATCH] chore(deps): bump the dev-tooling group with 3 updates Bumps the dev-tooling group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 4 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6.0.3) Updates `actions/setup-node` from 4 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6.4.0) Updates `actions/cache` from 4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5.0.5) chore(deps): bump https://github.com/shellcheck-py/shellcheck-py Bumps the dev-tooling group with 1 update: [https://github.com/shellcheck-py/shellcheck-py](https://github.com/shellcheck-py/shellcheck-py). Updates `https://github.com/shellcheck-py/shellcheck-py` from v0.10.0.1 to 0.11.0.1 - [Commits](https://github.com/shellcheck-py/shellcheck-py/compare/v0.10.0.1...v0.11.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-tooling - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-tooling - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-tooling - dependency-name: https://github.com/shellcheck-py/shellcheck-py dependency-version: 0.11.0.1 dependency-type: direct:production dependency-group: dev-tooling ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .pre-commit-config.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c48aa492..d055df26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,13 +22,13 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v6.0.3 + - uses: actions/setup-node@v6.4.0 with: node-version: lts/* cache: npm - name: Cache prek hook environments - uses: actions/cache@v4 + uses: actions/cache@v5.0.5 with: path: ~/.cache/prek key: prek-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }} @@ -41,8 +41,8 @@ jobs: name: test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v6.0.3 + - uses: actions/setup-node@v6.4.0 with: node-version: lts/* cache: npm diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ef23034..08ccca09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: # Lint shell scripts. prek builds the environment; no Docker, no global install. - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.10.0.1 + rev: v0.11.0.1 hooks: - id: shellcheck