1
0
mirror of synced 2025-01-18 09:04:52 +01:00

git: Update more github actions

This commit is contained in:
WerWolv 2024-01-30 22:31:04 +01:00
parent e7b615c7e7
commit d0bdfcd20b
2 changed files with 3 additions and 3 deletions

View File

@ -247,7 +247,7 @@ jobs:
key: build-macos-arm64-cache
- name: 🐳 Inject /cache into docker
uses: reproducible-containers/buildkit-cache-dance@v2.1.2 # Doesn't work with a MacOS runner ?
uses: reproducible-containers/buildkit-cache-dance@v2
with:
cache-source: cache
cache-target: /cache
@ -426,7 +426,7 @@ jobs:
restore-keys: appimage-cache
- name: 🐳 Inject /cache into docker
uses: reproducible-containers/buildkit-cache-dance@v2.1.2
uses: reproducible-containers/buildkit-cache-dance@v2
with:
cache-source: cache
cache-target: /cache

View File

@ -32,7 +32,7 @@ jobs:
key: web-cmakecache-${{ hashFiles('**/CMakeLists.txt') }}
- name: 🐳 Inject /cache into docker
uses: reproducible-containers/buildkit-cache-dance@v2.1.2
uses: reproducible-containers/buildkit-cache-dance@v2
with:
cache-source: cache
cache-target: /cache