Skip to content

Commit 964f68d

Browse files
Update actions/cache action to v4
1 parent aff93cf commit 964f68d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222

2323
- name: Docusaurus .docusaurus folder cache
2424
id: cache-docusaurus-cache
25-
uses: actions/cache@v3
25+
uses: actions/cache@v4
2626
with:
2727
path: .docusaurus
2828
key: ${{ runner.os }}-docusaurus-cache
2929

3030
- name: Docusaurus build folder cache
3131
id: cache-docusaurus-build
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: build
3535
key: ${{ runner.os }}-docusaurus-build

0 commit comments

Comments
 (0)