From a7840447016272ebc20a3a42fed747782f22a81b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:58:34 +0000 Subject: [PATCH] Bump actions/cache from 3.0.11 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 4.0.0. - [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/9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7...13aacd865c20de90d75de3b17ebe84f7a17d57d2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 8 ++++---- .github/workflows/master.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c6c18f6..07d43ad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: mv ~/.gradle ~/.invalid || true - name: Cache dependencies - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 with: path: | ~/.gradle/caches @@ -88,7 +88,7 @@ jobs: mv ~/.gradle ~/.invalid || true - name: Cache dependencies - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 with: path: | ~/.gradle/caches @@ -135,7 +135,7 @@ jobs: mv ~/.gradle ~/.invalid || true - name: Cache dependencies - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 with: path: | ~/.gradle/caches @@ -154,7 +154,7 @@ jobs: # Retrieve the cached emulator snapshot - name: Retrieve cached emulator snapshot - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 id: avd-cache with: path: | diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index ca26fda..4ff676c 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -46,7 +46,7 @@ jobs: mv ~/.gradle ~/.invalid || true - name: Cache dependencies - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 with: path: | ~/.gradle/caches