From dffea9ccc29d01532622450d935d5c9ea2364336 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Aug 2022 14:09:36 +0200 Subject: [PATCH] Update actions/cache action to v3.0.7 (#2276) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d6ba65ac5..17fe37582 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 - name: Cache build - uses: actions/cache@v3.0.6 + uses: actions/cache@v3.0.7 id: build-cache with: path: .next @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v3 - name: Cache build - uses: actions/cache@v3.0.6 + uses: actions/cache@v3.0.7 id: build-cache with: path: .next