mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Merge pull request #266 from alexbelgium/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
This commit is contained in:
2
.github/workflows/onpr_check-pr.yaml
vendored
2
.github/workflows/onpr_check-pr.yaml
vendored
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user