[CI] Upgrade cache action to v6

This commit is contained in:
Margen67
2026-06-27 22:07:51 -07:00
parent 1e7c1f6773
commit 8b948d503f
3 changed files with 6 additions and 6 deletions

View File

@@ -29,14 +29,14 @@ jobs:
- name: Cache Vulkan SDK
id: cache-vulkan-sdk-linux
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/vulkan-sdk
key: ${{ runner.os }}-vulkan-sdk-latest
- name: Cache linuxdeploy tools
id: cache-linuxdeploy
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ~/linuxdeploy
key: ${{ runner.os }}-linuxdeploy-tools