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

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-01-14 20:25:57 +00:00 committed by Philip Molares
parent 9a1e33fdc4
commit 50e3452574
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ runs:
shell: bash
- name: Cache yarn cache
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

View file

@ -65,7 +65,7 @@ jobs:
- name: Cache build
if: needs.changes.outputs.changed == 'true'
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
id: build-cache
with:
path: frontend/.next
@ -112,7 +112,7 @@ jobs:
- name: Cache build
if: needs.changes.outputs.changed == 'true'
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
id: build-cache
with:
path: frontend/.next
@ -125,7 +125,7 @@ jobs:
- name: Cache yarn cache
if: needs.changes.outputs.changed == 'true'
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}