chore(deps): update actions/cache action to v4

This commit is contained in:
Renovate Bot 2024-01-17 17:04:47 +00:00
parent db6ecf5c6a
commit 231da6abd2

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- name: Restore Docker Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: docker-cache
with:
path: /usr/bin/docker
@ -48,7 +48,7 @@ jobs:
password: ${{ secrets.REPO_TOKEN }}
- name: Restore Docker Build Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: build-cache
with:
path: /tmp/.buildx-cache