Skip to content

Commit 15cd980

Browse files
chore(deps): update actions/cache action to v6
1 parent 76b969e commit 15cd980

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
cache: 'npm'
8787

8888
- name: Cache Turborepo
89-
uses: actions/cache@v5
89+
uses: actions/cache@v6
9090
with:
9191
path: node_modules/.cache/turbo
9292
key: ${{ runner.os }}-turbo-${{ github.sha }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: 'npm'
2626

2727
- name: Cache Turborepo
28-
uses: actions/cache@v5
28+
uses: actions/cache@v6
2929
with:
3030
path: node_modules/.cache/turbo
3131
key: ${{ runner.os }}-turbo-${{ github.sha }}

0 commit comments

Comments
 (0)