Update actions/cache action to v3.0.11

This commit is contained in:
renovate[bot] 2022-10-13 21:55:12 +00:00 committed by Malte Poll
parent b8d8562a6f
commit 3c34757274
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ runs:
- name: Download the bootstrapper from cache - name: Download the bootstrapper from cache
id: download-bootstrapper-cache id: download-bootstrapper-cache
if: inputs.isDebugImage == 'true' && runner.os == 'macOS' if: inputs.isDebugImage == 'true' && runner.os == 'macOS'
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # tag=v3.0.10 uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag=v3.0.11
with: with:
key: bootstrapper-${{ github.sha }} key: bootstrapper-${{ github.sha }}
path: "build/bootstrapper" path: "build/bootstrapper"

View File

@ -65,7 +65,7 @@ jobs:
- name: Upload bootstrapper to cache - name: Upload bootstrapper to cache
if: ${{ github.event.steps.check-bootstrapper-cache.cache-hit != 'true'}} if: ${{ github.event.steps.check-bootstrapper-cache.cache-hit != 'true'}}
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # tag=v3.0.10 uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag=v3.0.11
with: with:
key: bootstrapper-${{ github.sha }} key: bootstrapper-${{ github.sha }}
path: "build/bootstrapper" path: "build/bootstrapper"