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

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-12-24 12:14:50 +00:00 committed by Tilman Vatteroth
parent ee19cbe1ac
commit 461a5217a8

View file

@ -65,7 +65,7 @@ jobs:
- name: Cache build
if: needs.changes.outputs.changed == 'true'
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.1
id: build-cache
with:
path: frontend/.next
@ -112,7 +112,7 @@ jobs:
- name: Cache build
if: needs.changes.outputs.changed == 'true'
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.1
id: build-cache
with:
path: frontend/.next