Update actions/cache action to v4

This commit is contained in:
Renovate Bot 2024-09-24 10:03:19 +00:00
parent acf32531b4
commit 00ad2efade

@ -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 }}