From 6119eb0f831f0fd8a75953e921d2c4ae13d04624 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:57:45 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/push_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index d1c176a..cb71a5c 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -79,7 +79,7 @@ jobs: java-version: 17 - name: Restore local Maven repository from cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles( 'project.clj' ) }} @@ -111,7 +111,7 @@ jobs: java-version: 17 - name: Restore local Maven repository from cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles( 'project.clj' ) }}