File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ permissions:
88 pull-requests : write # to comment on PR
99
1010env :
11- NDK_VERSION : ' 27.0.12077973 '
11+ NDK_VERSION : ' 27.2.12479018 '
1212
1313jobs :
1414 assemble-base :
1515 if : ${{ github.repository != 'signalapp/Signal-Android' }}
1616 runs-on : ubuntu-latest-8-cores
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 with :
2121 submodules : true
2222 ref : ${{ github.event.pull_request.base.sha }}
3636
3737 - name : Cache base apk
3838 id : cache-base
39- uses : actions/cache@v3
39+ uses : actions/cache@v4
4040 with :
4141 path : diffuse-base.apk
4242 key : diffuse-${{ github.event.pull_request.base.sha }}
4949 if : steps.cache-base.outputs.cache-hit != 'true'
5050 run : mv app/build/outputs/apk/playProd/release/*arm64*.apk diffuse-base.apk
5151
52- - uses : actions/checkout@v3
52+ - uses : actions/checkout@v4
5353 with :
5454 submodules : true
5555 clean : ' false'
You can’t perform that action at this time.
0 commit comments