Update actions/cache action to v4 #24

Merged
Fascinated merged 1 commits from renovate/actions-cache-4.x into master 2024-09-24 10:21:57 +00:00
Showing only changes of commit 00ad2efade - Show all commits

@ -23,7 +23,7 @@ jobs:
registry: git.fascinated.cc
- name: Cache Docker Layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}