Update actions/cache action to v4 #2

Merged
renovate-bot merged 1 commits from renovate/actions-cache-4.x into master 2024-07-19 12:07:21 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2d15f5902e - Show all commits

@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3
- name: Restore Docker Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: docker-cache
with:
path: /usr/bin/docker

@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3
- name: Restore Docker Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: docker-cache
with:
path: /usr/bin/docker