ci: actions/cache@v3|4 -> actions/cache@v5

Update to use actions/cache@v5 in our CI
This commit is contained in:
Sebastian Spaeth
2026-04-12 21:57:40 +02:00
committed by Ellis Git
parent f2d7654572
commit 80861b5f12
8 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
node-version: 22
- name: Cache npm dependencies
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
uses: actions/cache@v5
with:
path: ~/.npm
key: continuwuity-rspress-${{ steps.runner-env.outputs.slug }}-${{ steps.runner-env.outputs.arch }}-node-${{ steps.runner-env.outputs.node_version }}-${{ hashFiles('package-lock.json') }}