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 f587664 commit 3c44e83Copy full SHA for 3c44e83
.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@v4
+ uses: actions/cache@v5
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