mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
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:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user