diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 28983db6..2a74bce8 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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 with: path: | ~/.gradle/caches @@ -88,7 +88,7 @@ jobs: mv ~/.gradle ~/.invalid || true - name: Cache dependencies - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 with: path: | ~/.gradle/caches @@ -135,7 +135,7 @@ jobs: mv ~/.gradle ~/.invalid || true - name: Cache dependencies - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 with: path: | ~/.gradle/caches @@ -154,7 +154,7 @@ jobs: # Retrieve the cached emulator snapshot - name: Retrieve cached emulator snapshot - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 id: avd-cache with: path: | diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index ec8d1ac5..533e4f54 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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 with: path: | ~/.gradle/caches