From faa93baaf4877223ec20524ca676441eaf7711ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:01:15 +0900 Subject: [PATCH] Update actions/cache action to v4 (#113) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index df141ec..b4e2eed 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,7 +39,7 @@ jobs: | xargs -n1 -I{} echo ENABLE_{} >> ${GITHUB_ENV} - name: Cache docker layers - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /tmp/layer-cache key: layer-cache-${{ matrix.enable }}-${{ hashFiles('*Dockerfile') }}