Skip to content

Commit f4f9b3f

Browse files
chore(deps): update actions/cache action to v4
1 parent 0965a13 commit f4f9b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@master
2727

2828
- name: cache node_modules
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: node_modules
3232
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}

0 commit comments

Comments
 (0)