Skip to content

Commit 0b95bb7

Browse files
authored
Update testandlint.yml
uses: actions/cache@v2 на uses: actions/cache@v4
1 parent cb81d70 commit 0b95bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testandlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515

1616
- name: Cache node modules
17-
uses: actions/cache@v2
17+
uses: actions/cache@v4
1818
env:
1919
cache-name: cache-node-modules
2020
with:

0 commit comments

Comments
 (0)