We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff93cf commit 964f68dCopy full SHA for 964f68d
.github/workflows/build-deploy.yml
@@ -22,14 +22,14 @@ jobs:
22
23
- name: Docusaurus .docusaurus folder cache
24
id: cache-docusaurus-cache
25
- uses: actions/cache@v3
+ uses: actions/cache@v4
26
with:
27
path: .docusaurus
28
key: ${{ runner.os }}-docusaurus-cache
29
30
- name: Docusaurus build folder cache
31
id: cache-docusaurus-build
32
33
34
path: build
35
key: ${{ runner.os }}-docusaurus-build
0 commit comments