We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c203410 commit 86d2980Copy full SHA for 86d2980
.github/workflows/check.yml
@@ -26,7 +26,7 @@ jobs:
26
node-version: 16
27
# Caching dependencies to speed up workflows. (GitHub will remove any cache entries that have not been accessed in over 7 days.)
28
- name: Cache node modules
29
- uses: actions/cache@v2
+ uses: actions/cache@v4
30
id: cache
31
with:
32
path: ~/.npm
0 commit comments