Merge pull request #2798 from alexbelgium/dependabot/github_actions/actions/cache-6

Bump actions/cache from 5 to 6
This commit is contained in:
Alexandre
2026-06-29 20:19:53 +02:00
committed by GitHub

View File

@@ -99,7 +99,7 @@ jobs:
path: "./${{ matrix.addon }}/"
- name: 🗄️ Cache docker layers
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: /tmp/buildx-cache
key: ${{ runner.os }}-buildx-${{ matrix.addon }}-${{ hashFiles('**/Dockerfile') }}