Change cache to v4

master
Mark Jessop 2025-07-09 20:37:35 +09:30
rodzic 6671bd1505
commit 40cc3f8266
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Cache Layers
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /tmp/buildx-cache
key: buildx-cache-${{ github.sha }}