⬆️ Update actions/cache action to v4.1.1 (#185)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-08 20:52:56 +02:00 committed by GitHub
parent c0ce72c746
commit 84ce73ffd0
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.1.0
uses: actions/cache@v4.1.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.1.0
uses: actions/cache@v4.1.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.1.0
uses: actions/cache@v4.1.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.1.0
uses: actions/cache@v4.1.1
with:
path: /tmp/.docker-cache
key: