From 941cfb7d17eabf04a9902751f3c5813aa2f6ca13 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 31 May 2022 11:37:10 +0000 Subject: [PATCH] chore(core-deps): update actions/cache action to v3.0.3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ecb67ccc..b5b914cf 100644 --- a/action.yml +++ b/action.yml @@ -117,7 +117,7 @@ runs: if: ${{ runner.os == 'Windows' }} uses: al-cheb/configure-pagefile-action@v1.2 - name: Cache Gradle packages - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.0.3 with: path: | ~/.gradle/caches