Skip to content

Commit 95c6d5b

Browse files
committed
Update actions/cache action to v3
1 parent a275a01 commit 95c6d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/status-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm install -g yarn
2828

2929
- name: Cache dependencies
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
with:
3232
path: |
3333
**/node_modules

0 commit comments

Comments
 (0)