Skip to content

Commit 3c44e83

Browse files
Update actions/cache action to v5
1 parent f587664 commit 3c44e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
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@v4
25+
uses: actions/cache@v5
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@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: build
3535
key: ${{ runner.os }}-docusaurus-build

0 commit comments

Comments
 (0)