Skip to content

Commit 7edd99d

Browse files
committed
chore(actions): chache action updated
1 parent 2220f87 commit 7edd99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cached-deps/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
- name: Cache dependencies
1616
if: inputs.caching == 'true'
1717
id: cache
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
with:
2020
path: node_modules
2121
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)