Update actions/cache action to v3.0.6 (#2266)

Signed-off-by: Renovate Bot <bot@renovateapp.com>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-08-06 16:49:02 +02:00 committed by GitHub
parent 6e6e8638f7
commit 24ce40f0a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- name: Cache build
uses: actions/cache@v3.0.5
uses: actions/cache@v3.0.6
id: build-cache
with:
path: .next
@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v3
- name: Cache build
uses: actions/cache@v3.0.5
uses: actions/cache@v3.0.6
id: build-cache
with:
path: .next