chore(deps): update actions/cache action to v3.0.10

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-10-08 00:35:39 +00:00 committed by Tilman Vatteroth
parent a79b7908b2
commit 33bef100e6

View file

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