Skip to content

Commit 5193ea8

Browse files
chore(deps): 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 d90cb74 commit 5193ea8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: extractions/setup-just@v3
4848

4949
- name: Cache turbo
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
with:
5252
path: .turbo
5353
key: turbo-lint-ext-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ github.sha }}
@@ -83,7 +83,7 @@ jobs:
8383
- uses: extractions/setup-just@v3
8484

8585
- name: Cache turbo
86-
uses: actions/cache@v4
86+
uses: actions/cache@v5
8787
with:
8888
path: .turbo
8989
key: turbo-lint-view-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ github.sha }}

0 commit comments

Comments
 (0)