mirror of
https://github.com/hassio-addons/workflows.git
synced 2025-05-07 04:21:27 +00:00
⬆️ Update actions/cache action to v4.2.1 (#202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f0301ae60f
commit
e8b163dfc4
4 changed files with 4 additions and 4 deletions
2
.github/workflows/addon-ci.yaml
vendored
2
.github/workflows/addon-ci.yaml
vendored
|
@ -131,7 +131,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: 🏗 Set up build cache
|
||||
id: cache
|
||||
uses: actions/cache@v4.2.0
|
||||
uses: actions/cache@v4.2.1
|
||||
with:
|
||||
path: /tmp/.docker-cache
|
||||
key: docker-${{ matrix.architecture }}-${{ github.sha }}
|
||||
|
|
2
.github/workflows/addon-deploy.yaml
vendored
2
.github/workflows/addon-deploy.yaml
vendored
|
@ -97,7 +97,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: 🏗 Set up build cache
|
||||
id: cache
|
||||
uses: actions/cache@v4.2.0
|
||||
uses: actions/cache@v4.2.1
|
||||
with:
|
||||
path: /tmp/.docker-cache
|
||||
key: docker-${{ matrix.architecture }}-${{ github.sha }}
|
||||
|
|
2
.github/workflows/base-ci.yaml
vendored
2
.github/workflows/base-ci.yaml
vendored
|
@ -115,7 +115,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: 🏗 Set up build cache
|
||||
id: cache
|
||||
uses: actions/cache@v4.2.0
|
||||
uses: actions/cache@v4.2.1
|
||||
with:
|
||||
path: /tmp/.docker-cache
|
||||
key: docker-${{ github.ref }}-${{ matrix.architecture }}-${{ github.sha }}
|
||||
|
|
2
.github/workflows/base-deploy.yaml
vendored
2
.github/workflows/base-deploy.yaml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: 🏗 Set up build cache
|
||||
id: cache
|
||||
uses: actions/cache@v4.2.0
|
||||
uses: actions/cache@v4.2.1
|
||||
with:
|
||||
path: /tmp/.docker-cache
|
||||
key:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue