From 26a472afc6238cc6514abda7b3980d482cfe83de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 08:44:37 +0100 Subject: [PATCH] Bump actions/cache from 3 to 4 (#4143) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 65d1a05c6..dab9c399d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -15,7 +15,7 @@ jobs: distribution: 'temurin' java-version: '17' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.gradle/caches @@ -46,7 +46,7 @@ jobs: distribution: 'adopt' java-version: '17' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.gradle/caches