⬆️ Update actions/cache action to v4.2.3 (#210)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-20 02:44:19 +00:00 committed by GitHub
parent 4caba2d274
commit dffd62dcb8
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.2
uses: actions/cache@v4.2.3
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.2
uses: actions/cache@v4.2.3
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.2
uses: actions/cache@v4.2.3
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.2
uses: actions/cache@v4.2.3
with:
path: /tmp/.docker-cache
key: