From 50e345257465b6cfd8e0c706222f4b87a5416a53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 20:25:57 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.2.3 Signed-off-by: Renovate Bot --- .github/actions/setup-node/action.yml | 2 +- .github/workflows/frontend-e2e-tests.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml index dd8173be6..e72d63fbe 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -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 }} diff --git a/.github/workflows/frontend-e2e-tests.yml b/.github/workflows/frontend-e2e-tests.yml index d06eb2644..a4ff90378 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@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 }}