From 6649843a6c6e156aebe6bfb2b948c66b32b506dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:26:10 +0800 Subject: [PATCH] Bump actions/cache from 3 to 4 (#14) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/Android CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Android CI.yml b/.github/workflows/Android CI.yml index 3d334102..e93415a0 100644 --- a/.github/workflows/Android CI.yml +++ b/.github/workflows/Android CI.yml @@ -24,7 +24,7 @@ jobs: distribution: 'adopt' - name: Cache Gradle Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches @@ -34,7 +34,7 @@ jobs: restore-keys: gradle-deps - name: Cache Gradle Build - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches/build-cache-*