Skip to content

Commit 72a3a14

Browse files
committed
Update version of actions/cache to use undepreacted version.
1 parent 3976e7f commit 72a3a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: "20"
1717
- name: Cache npm
18-
uses: actions/cache@v1
18+
uses: actions/cache@v4
1919
with:
2020
path: ~/.npm
2121
key: ${{ runner.os }}-docgen-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)