Merge pull request #266 from alexbelgium/dependabot/github_actions/actions/cache-3

Bump actions/cache from 2 to 3
This commit is contained in:
Alexandre
2022-03-21 20:30:46 +01:00
committed by GitHub

View File

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