Skip to content

Commit 0b794f8

Browse files
authored
Merge pull request #11337 from neinteractiveliterature/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents c8d615e + 9bf8736 commit 0b794f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
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)