From 461a5217a859ae3f081b047570b969fe9b51be47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 12:14:50 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.2.1 Signed-off-by: Renovate Bot --- .github/workflows/frontend-e2e-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend-e2e-tests.yml b/.github/workflows/frontend-e2e-tests.yml index 0513a6bf2..417579f0b 100644 --- a/.github/workflows/frontend-e2e-tests.yml +++ b/.github/workflows/frontend-e2e-tests.yml @@ -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