From 4801cf28ee56b0a84f1872d9115437e8ce941e8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 02:13:10 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.0.11 Signed-off-by: Renovate Bot --- .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 e1639a220..4fa31dae3 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.10 + uses: actions/cache@v3.0.11 id: build-cache with: path: .next @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v3 - name: Cache build - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 id: build-cache with: path: .next