Skip to content

Commit b4e7083

Browse files
authored
Merge pull request #231 from KubrickCode/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents df11983 + 5193ea8 commit b4e7083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)