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 3976e7f commit 72a3a14Copy full SHA for 72a3a14
.github/workflows/docs.yaml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
node-version: "20"
17
- name: Cache npm
18
- uses: actions/cache@v1
+ uses: actions/cache@v4
19
20
path: ~/.npm
21
key: ${{ runner.os }}-docgen-${{ hashFiles('**/package-lock.json') }}
0 commit comments