From 1e085a7cc58e807a968c82550c44214c7a477598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 21:58:10 +0000 Subject: [PATCH] :arrow_up: chore: bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-macos.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 70988b4..74b12d9 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -31,7 +31,7 @@ jobs: run: npm test - name: Cache Homebrew - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/Library/Caches/Homebrew key: brew-${{ runner.os }}-${{ hashFiles('profiles/**/Brewfile') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99ee865..cdeea0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: scripts/lint-commit-msg.sh --range "$from" "$to" - name: Cache pre-commit environments - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: >-