diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 44276cb..5329edd 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: | ~/.gradle/caches @@ -88,7 +88,7 @@ jobs: mv ~/.gradle ~/.invalid || true - name: Cache dependencies - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: | ~/.gradle/caches @@ -135,7 +135,7 @@ jobs: mv ~/.gradle ~/.invalid || true - name: Cache dependencies - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: | ~/.gradle/caches @@ -162,7 +162,7 @@ jobs: # Retrieve the cached emulator snapshot - name: Retrieve cached emulator snapshot - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 id: avd-cache with: path: | diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index eb7771e..8053433 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: | ~/.gradle/caches