⬆️ 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:
renovate[bot] 2025-02-18 22:32:30 +01:00 committed by GitHub
parent f0301ae60f
commit e8b163dfc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -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 }}

View file

@ -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 }}

View file

@ -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 }}

View file

@ -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: