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
+2 -2
View File
@@ -65,7 +65,7 @@ runs:
- name: Cache toolchain binaries
id: toolchain-cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
uses: actions/cache@v5
with:
path: |
.cargo/bin
@@ -76,7 +76,7 @@ runs:
- name: Cache Cargo registry and git
id: registry-cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
uses: actions/cache@v5
with:
path: |
.cargo/registry/index