chore(deps): Update actions/cache action to v5

This commit is contained in:
renovate[bot]
2025-12-15 16:34:33 +00:00
committed by Xevion
parent a80ee58596
commit 9c62083c0f
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
- name: Cache apt packages
if: runner.os == 'Linux'
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: /var/cache/apt/archives
key: ${{ runner.os }}-apt-${{ hashFiles('**/Cargo.lock') }}