Skip to content

Commit dc27cb4

Browse files
Update actions/cache action to v5
1 parent da63f54 commit dc27cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
steps:
257257
- uses: actions/checkout@v5
258258
- name: Set up docusaurus cache
259-
uses: actions/cache@v4
259+
uses: actions/cache@v5
260260
with:
261261
path: doc-site/.yarn/.cache/webpack
262262
key: ${{ runner.os }}-doc-site-docusaurus-${{ github.ref }}

0 commit comments

Comments
 (0)