From e5edffeb434c08000bb0452524e716ff9962d1c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 08:02:10 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/groovy-joint-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/groovy-joint-workflow.yml b/.github/workflows/groovy-joint-workflow.yml index de8f4948d..45375b3d0 100644 --- a/.github/workflows/groovy-joint-workflow.yml +++ b/.github/workflows/groovy-joint-workflow.yml @@ -43,7 +43,7 @@ jobs: distribution: 'adopt' java-version: '11.0.6' - name: Cache local Maven repository & Groovy - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/groovy @@ -130,7 +130,7 @@ jobs: distribution: 'adopt' java-version: '11' - name: Cache local Maven repository & Groovy - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/groovy