3232 - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
3333 name : Install Node.js
3434 with :
35- node-version : " 18 "
35+ node-version : " 22 "
3636 - uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
3737 with :
3838 distribution : " temurin"
4545 - name : Gradle cache
4646 uses : gradle/actions/setup-gradle@v3
4747 - name : AVD cache
48- uses : actions/cache@v3
48+ uses : actions/cache@v4
4949 id : avd-cache
5050 with :
5151 path : |
5959 - name : " Install Tools"
6060 run : sudo npm i -g firebase-tools
6161 - name : Firebase Emulator Cache
62- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
62+ uses : actions/cache@v4
6363 with :
6464 path : ~/.cache/firebase/emulators
6565 key : firebase-emulators-v2-${{ github.run_id }}
9494 - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
9595 name : Install Node.js
9696 with :
97- node-version : " 18 "
97+ node-version : " 22 "
9898 - uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
9999 with :
100100 distribution : " temurin"
@@ -121,7 +121,7 @@ jobs:
121121 with :
122122 key : ${{ runner.os }}-ios-v3
123123 max-size : 700M
124- - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
124+ - uses : actions/cache@v4
125125 name : Pods Cache
126126 id : pods-cache
127127 with :
@@ -131,7 +131,7 @@ jobs:
131131 - name : " Install Tools"
132132 run : sudo npm i -g firebase-tools
133133 - name : Firebase Emulator Cache
134- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
134+ uses : actions/cache@v4
135135 with :
136136 path : ~/.cache/firebase/emulators
137137 key : firebase-emulators-v1-${{ github.run_id }}
@@ -190,7 +190,7 @@ jobs:
190190 - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
191191 name : Install Node.js
192192 with :
193- node-version : " 18 "
193+ node-version : " 22 "
194194 - uses : actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
195195 with :
196196 distribution : " temurin"
@@ -200,7 +200,7 @@ jobs:
200200 with :
201201 key : ${{ runner.os }}-macos-v2
202202 max-size : 700M
203- - uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
203+ - uses : actions/cache@v4
204204 name : Pods Cache
205205 id : pods-cache
206206 with :
@@ -210,7 +210,7 @@ jobs:
210210 - name : " Install Tools"
211211 run : sudo npm i -g firebase-tools
212212 - name : Cache Firebase Emulator
213- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
213+ uses : actions/cache@v4
214214 with :
215215 path : ~/.cache/firebase/emulators
216216 key : firebase-emulators-v1-${{ github.run_id }}
0 commit comments