Skip to content

Commit 99863c5

Browse files
authored
Merge pull request #69 from nebarf/renovate/actions-cache-3.x
Update actions/cache action to v3
2 parents 3460c45 + 95c6d5b commit 99863c5

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)