ci: bump actions/cache
Some checks failed
docker-images / multi (., tunasync-scripts) (push) Has been cancelled
docker-images / multi (bandersnatch) (push) Has been cancelled
docker-images / multi (dockerfiles/rubygems, rubygems-mirror) (push) Has been cancelled
docker-images / multi (ftpsync) (push) Has been cancelled
docker-images / multi (nix-channels) (push) Has been cancelled
docker-images / multi (pub-mirror) (push) Has been cancelled
docker-images / multi (rustup-mirror) (push) Has been cancelled
docker-images / multi (shadowmire) (push) Has been cancelled
docker-images / multi (tsumugu) (push) Has been cancelled

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
Shengqi Chen 2024-08-27 19:22:57 +08:00
parent 6d092c88c2
commit ec6df4e213
No known key found for this signature in database
GPG Key ID: 6EE389C0F18AF774

View File

@ -68,7 +68,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
if: github.event_name == 'push'
with:
path: /tmp/.buildx-cache
@ -77,7 +77,7 @@ jobs:
${{ runner.os }}-buildx-${{ matrix.image }}-
-
name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
if: github.event_name == 'pull_request'
with:
path: /tmp/.buildx-cache