From a3fcd92582020d17157622437dee3f10aa880a4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:50:55 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/default.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index b0970280..dfd3bd12 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -41,7 +41,7 @@ jobs: - run: java -jar diffuse/build/libs/diffuse-unspecified-r8.jar - - uses: actions/cache@v3 + - uses: actions/cache@v4 if: github.event_name == 'pull_request' name: Download base with: @@ -89,7 +89,7 @@ jobs: path: diffuse/build/libs/diffuse-*-binary.jar if-no-files-found: error - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Upload base if: github.event_name != 'pull_request' with: