Skip to content

Commit 6597f18

Browse files
authored
Merge pull request #101 from survanetwork/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents f587664 + 3c44e83 commit 6597f18

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)