From 6972a0d5559e1b268ee184a8e19c9713a4fd61ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Jul 2022 01:36:42 +0000 Subject: [PATCH] Update actions/cache action to v3.0.5 Signed-off-by: Renovate Bot --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d72f96c38..966fb12d1 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.4 + uses: actions/cache@v3.0.5 id: build-cache with: path: .next