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 359793f commit 37f87d6Copy full SHA for 37f87d6
.github/workflows/gh-pages.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: '12'
17
18
- name: "Cache dependencies"
19
- uses: actions/cache@v2
+ uses: actions/cache@v4
20
with:
21
path: docs/node_modules
22
key: ${{ runner.os }}build-node-${{ hashFiles('docs/yarn.lock') }}
0 commit comments