From 5a23e615bfb423dbc9553304d17a4a37d82e762e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Apr 2022 08:53:32 +0000 Subject: [PATCH] Update actions/cache action to v3.0.2 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 de78be81c..84bac51da 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.1 + uses: actions/cache@v3.0.2 id: build-cache with: path: .next