Merge pull request #2142 from wger-project/dependabot/github_actions/actions/cache-5

Bump actions/cache from 4 to 5
This commit is contained in:
Roland Geider
2025-12-17 12:29:49 +01:00
committed by GitHub

View File

@@ -58,7 +58,7 @@ jobs:
install: true
- name: Cache Docker layers
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: /tmp/.buildx-cache
key: multi-buildx-${{ matrix.platform }}-${{ hashFiles('requirements*.txt') }}