From 24f279a7d6ab9e9448bc420ae1adbce25777d256 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 12:50:58 +0000 Subject: [PATCH] Update actions/cache action to v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5f49f14..b9b01653 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: java-version: 11 - name: Cache Gradle and wrapper - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.gradle/caches