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 43a32e3 commit a75c4c4Copy full SHA for a75c4c4
.github/workflows/pages.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
node-version: "18"
19
- name: Cache NPM dependencies
20
- uses: actions/cache@v2
+ uses: actions/cache@v4
21
22
path: node_modules
23
key: ${{ runner.OS }}-npm-cache
0 commit comments