5555 echo "FIREBASE_TOOLS_VERSION=$(firebase --version)" >> $GITHUB_ENV
5656 - name : Firebase Emulator Cache
5757 id : firebase-emulator-cache
58- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7
58+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
5959 continue-on-error : true
6060 with :
6161 # Must match the save path exactly
9898 remove-docker-images : true
9999 remove-large-packages : true
100100 - name : AVD cache
101- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7
101+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
102102 id : avd-cache
103103 continue-on-error : true
104104 with :
@@ -120,7 +120,7 @@ jobs:
120120 - name : Save Android Emulator Cache
121121 # Branches can read main cache but main cannot read branch cache. Avoid LRU eviction with main-only cache.
122122 if : github.ref == 'refs/heads/main'
123- uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7
123+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae
124124 continue-on-error : true
125125 with :
126126 key : ${{ steps.avd-cache.outputs.cache-primary-key }}
@@ -131,7 +131,7 @@ jobs:
131131 - name : Save Firestore Emulator Cache
132132 # Branches can read main cache but main cannot read branch cache. Avoid LRU eviction with main-only cache.
133133 if : github.ref == 'refs/heads/main'
134- uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7
134+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae
135135 continue-on-error : true
136136 with :
137137 key : ${{ steps.firebase-emulator-cache.outputs.cache-primary-key }}
@@ -163,7 +163,7 @@ jobs:
163163 key : xcode-cache-${{ runner.os }}
164164 save : " ${{ github.ref == 'refs/heads/main' }}"
165165 max-size : 700M
166- - uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7
166+ - uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
167167 continue-on-error : true
168168 name : Pods Cache
169169 id : pods-cache
@@ -178,7 +178,7 @@ jobs:
178178 echo "FIREBASE_TOOLS_VERSION=$(firebase --version)" >> $GITHUB_ENV
179179 - name : Firebase Emulator Cache
180180 id : firebase-emulator-cache
181- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7
181+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
182182 continue-on-error : true
183183 with :
184184 # Must match the save path exactly
@@ -238,7 +238,7 @@ jobs:
238238 - name : Save Firestore Emulator Cache
239239 # Branches can read main cache but main cannot read branch cache. Avoid LRU eviction with main-only cache.
240240 if : github.ref == 'refs/heads/main'
241- uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7
241+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae
242242 continue-on-error : true
243243 with :
244244 key : ${{ steps.firebase-emulator-cache.outputs.cache-primary-key }}
@@ -247,7 +247,7 @@ jobs:
247247 - name : Save Pods Cache
248248 # Branches can read main cache but main cannot read branch cache. Avoid LRU eviction with main-only cache.
249249 if : github.ref == 'refs/heads/main'
250- uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7
250+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae
251251 continue-on-error : true
252252 with :
253253 key : ${{ steps.pods-cache.outputs.cache-primary-key }}
@@ -289,7 +289,7 @@ jobs:
289289 echo "FIREBASE_TOOLS_VERSION=$(firebase --version)" >> $GITHUB_ENV
290290 - name : Firebase Emulator Cache
291291 id : firebase-emulator-cache
292- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7
292+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
293293 continue-on-error : true
294294 with :
295295 # Must match the save path exactly
@@ -322,7 +322,7 @@ jobs:
322322 - name : Save Firestore Emulator Cache
323323 # Branches can read main cache but main cannot read branch cache. Avoid LRU eviction with main-only cache.
324324 if : github.ref == 'refs/heads/main'
325- uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7
325+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae
326326 continue-on-error : true
327327 with :
328328 key : ${{ steps.firebase-emulator-cache.outputs.cache-primary-key }}
@@ -364,7 +364,7 @@ jobs:
364364 echo "FIREBASE_TOOLS_VERSION=$(firebase --version)" >> $GITHUB_ENV
365365 - name : Firebase Emulator Cache
366366 id : firebase-emulator-cache
367- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7
367+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
368368 continue-on-error : true
369369 with :
370370 # Must match the save path exactly
@@ -397,7 +397,7 @@ jobs:
397397 - name : Save Firestore Emulator Cache
398398 # Branches can read main cache but main cannot read branch cache. Avoid LRU eviction with main-only cache.
399399 if : github.ref == 'refs/heads/main'
400- uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7
400+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae
401401 continue-on-error : true
402402 with :
403403 key : ${{ steps.firebase-emulator-cache.outputs.cache-primary-key }}
0 commit comments