From 6a6b9b7e4c5959f91bc1df6c84330d177237a196 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 11 Jun 2022 13:48:22 +0000 Subject: [PATCH] Update actions/cache action to v3.0.4 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 e3cc3953f..ad366011a 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.3 + uses: actions/cache@v3.0.4 id: build-cache with: path: .next