From 9c998edc6fc01c51bf8b2d926a50d5e6c75c6b37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:35:18 +0300 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#94) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android-ci-debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-ci-debug.yml b/.github/workflows/android-ci-debug.yml index 6307955..b99800c 100644 --- a/.github/workflows/android-ci-debug.yml +++ b/.github/workflows/android-ci-debug.yml @@ -22,7 +22,7 @@ jobs: - name: 📥 Checkout Source Code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.gradle/caches