mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Merge pull request #2274 from alexbelgium/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
This commit is contained in:
2
.github/workflows/onpr_check-pr.yaml
vendored
2
.github/workflows/onpr_check-pr.yaml
vendored
@@ -121,7 +121,7 @@ jobs:
|
|||||||
path: "./${{ matrix.addon }}/"
|
path: "./${{ matrix.addon }}/"
|
||||||
|
|
||||||
- name: 🗄️ Cache docker layers
|
- name: 🗄️ Cache docker layers
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: /tmp/buildx-cache
|
path: /tmp/buildx-cache
|
||||||
key: ${{ runner.os }}-buildx-${{ matrix.addon }}-${{ hashFiles('**/Dockerfile') }}
|
key: ${{ runner.os }}-buildx-${{ matrix.addon }}-${{ hashFiles('**/Dockerfile') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user