From 8869fd848c64329501a0ead96358a05d09a7ef0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 21:47:36 +0000 Subject: [PATCH] chore(core-deps): update actions/cache action to v3.2.4 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 220dd4e2..f70296ba 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.3 + uses: actions/cache@v3.2.4 with: path: | ~/.gradle/caches