Skip to content

Commit d40ac77

Browse files
⬆️ chore: Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 090e197 commit d40ac77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm test
2929

3030
- name: Cache Homebrew
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
path: ~/Library/Caches/Homebrew
3434
key: brew-${{ runner.os }}-${{ hashFiles('profiles/**/Brewfile') }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
npx --no -- commitlint --from "$from" --to "$to" --verbose
108108
109109
- name: Cache pre-commit environments
110-
uses: actions/cache@v4
110+
uses: actions/cache@v5
111111
with:
112112
path: ~/.cache/pre-commit
113113
key: >-

0 commit comments

Comments
 (0)