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

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-02-05 22:18:36 +00:00 committed by Tilman Vatteroth
parent 1b1b3b9915
commit b3a299f51a
2 changed files with 4 additions and 4 deletions

View file

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

View file

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