From 7182a3f66ce75d193eca554a9870b7840d5ad7c2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Mar 2022 11:24:55 +0000 Subject: [PATCH] chore(core-deps): update actions/cache action to v3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3b181749..eee24f1a 100644 --- a/action.yml +++ b/action.yml @@ -116,7 +116,7 @@ runs: if: ${{ runner.os == 'Windows' }} uses: al-cheb/configure-pagefile-action@v1.2 - name: Cache Gradle packages - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.0 with: path: | ~/.gradle/caches