From 3f81973481a028faaadb891bd6fb29ef9cd63f5a Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 21 Feb 2023 15:55:23 +0530 Subject: [PATCH] chore (deps) : bump actions/cache to `69d9d449aced6a2ede0bc19182fadc3a0a42d2b0` revision (#243) Upgrade actions/cache to latest revision that contains fix related to zstd Signed-off-by: Rohan Kumar --- .github/workflows/e2e-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 4cde8b6a..b5e4788a 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -53,7 +53,7 @@ jobs: java-version: '11' distribution: 'temurin' - name: Cache configuration - uses: actions/cache@efacb0248bc628516687ca7c7e66dd076a46db1f + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 with: path: | ~/.m2/repository @@ -89,7 +89,7 @@ jobs: java-version: '11' distribution: 'temurin' - name: Cache configuration - uses: actions/cache@efacb0248bc628516687ca7c7e66dd076a46db1f + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 with: path: | ~/.m2/repository @@ -165,7 +165,7 @@ jobs: java-version: '11' distribution: 'temurin' - name: Cache configuration - uses: actions/cache@efacb0248bc628516687ca7c7e66dd076a46db1f + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 with: path: | ~/.m2/repository @@ -268,7 +268,7 @@ jobs: java-version: '11' distribution: 'temurin' - name: Cache configuration - uses: actions/cache@efacb0248bc628516687ca7c7e66dd076a46db1f + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 with: path: | ~/.m2/repository