@@ -200,7 +200,7 @@ jobs:
200200
201201 - name : Repository Dispatch
202202 if : github.event_name == 'push'
203- uses : peter-evans/repository-dispatch@bf47d102fdb849e755b0b0023ea3e81a44b6f570 # v2.1.2
203+ uses : peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4.0.1
204204 with :
205205 token : ${{ secrets.E2E_DISPATCH_TOKEN }}
206206 repository : livekit/e2e-android
@@ -214,7 +214,7 @@ jobs:
214214 outputs :
215215 base_aar_cache_hit : ${{ steps.diffuse_base_lookup.outputs.cache-hit }}
216216 steps :
217- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
217+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
218218 id : diffuse_base_lookup
219219 with :
220220 path : client-sdk-android/diffuse-source-file
@@ -252,13 +252,13 @@ jobs:
252252 distribution : ' adopt'
253253
254254 # Diffuse checking for pull requests
255- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
255+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
256256 name : Download base source AAR for diffuse
257257 with :
258258 path : client-sdk-android/diffuse-source-file
259259 key : diffuse-${{ github.event.pull_request.base.sha }}
260260
261- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
261+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
262262 name : Download current release AAR for diffuse
263263 with :
264264 name : livekit-android-sdk-release.aar
@@ -296,7 +296,7 @@ jobs:
296296 issue-number : ${{ github.event.pull_request.number }}
297297 token : ${{ secrets.GITHUB_TOKEN }}
298298
299- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
299+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
300300 with :
301301 name : diffuse-output
302302 path : ${{ steps.diffuse.outputs.diff-file }}
0 commit comments