Update onpr_check-pr.yaml

This commit is contained in:
Alexandre
2025-06-08 13:02:19 +02:00
committed by GitHub
parent b8a81309d0
commit 73098142d0

View File

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