From 74033d82ebfa2112a95b386c6a24a5149dc0479a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 06:58:46 +0000 Subject: [PATCH] chore(core-deps): update actions/cache action to v3.2.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1a38b8d7..62783812 100644 --- a/action.yml +++ b/action.yml @@ -132,7 +132,7 @@ runs: if: ${{ runner.os == 'Windows' }} uses: al-cheb/configure-pagefile-action@v1.3 - name: Cache Gradle packages - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: | ~/.gradle/caches