From bfdaad33d2f0b3deec073b23515d9bdc72867212 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 11:35:52 +0000 Subject: [PATCH] chore(core-deps): update actions/cache action to v3.2.2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 62783812..8fa2f9b6 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.2.1 + uses: actions/cache@v3.2.2 with: path: | ~/.gradle/caches