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

Merged
Fascinated merged 1 commits from renovate/actions-cache-4.x into master 2024-02-26 17:49:25 +00:00

View File

@ -23,7 +23,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
@ -47,7 +47,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