Skip to content

Commit 5ca0763

Browse files
authored
Update diffuse.yml
Fix node.js <20 deprecation Update ndk to 27.c version
1 parent e1511a0 commit 5ca0763

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/diffuse.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ permissions:
88
pull-requests: write # to comment on PR
99

1010
env:
11-
NDK_VERSION: '27.0.12077973'
11+
NDK_VERSION: '27.2.12479018'
1212

1313
jobs:
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 }}
@@ -36,7 +36,7 @@ jobs:
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 }}
@@ -49,7 +49,7 @@ jobs:
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'

0 commit comments

Comments
 (0)