@@ -12,13 +12,13 @@ jobs:
1212 if : github.event.comment.body == 'Build test apk' && (github.actor == 'VishalNehra' || github.actor == 'TranceLove' || github.actor == 'EmmanuelMess' || github.actor == 'VishnuSanal')
1313 steps :
1414 - name : Acknowledge the request with thumbs up reaction
15- uses : peter-evans/create-or-update-comment@v2
15+ uses : peter-evans/create-or-update-comment@v5
1616 with :
1717 comment-id : ${{ github.event.comment.id }}
1818 reactions : ' +1'
1919 - name : Github API Request
2020 id : request
21- uses : octokit/request-action@v2.0.2
21+ uses : octokit/request-action@v3
2222 with :
2323 route : ${{ github.event.issue.pull_request.url }}
2424 env :
@@ -30,18 +30,18 @@ jobs:
3030 echo "::set-output name=repo_clone_url::${{ fromJson(steps.request.outputs.data).head.repo.clone_url }}"
3131 echo "::set-output name=repo_ssh_url::${{ fromJson(steps.request.outputs.data).head.repo.ssh_url }}"
3232 - name : Checkout PR Branch
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434 with :
3535 token : ${{ secrets.GITHUB_TOKEN }}
3636 repository : ${{fromJson(steps.request.outputs.data).head.repo.full_name}}
3737 ref : ${{fromJson(steps.request.outputs.data).head.ref}}
3838 - name : Set up JDK 17
39- uses : actions/setup-java@v4
39+ uses : actions/setup-java@v5
4040 with :
4141 distribution : " temurin"
4242 java-version : 17
4343 - name : Set up NDK
44- uses : nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410
44+ uses : nttld/setup-ndk@v1
4545 with :
4646 ndk-version : r28c
4747 link-to-sdk : true
5151 with :
5252 toolchain : stable
5353 - name : Cache Rust dependencies
54- uses : actions/cache@v4
54+ uses : actions/cache@v5
5555 with :
5656 path : |
5757 ~/.cargo/bin/
@@ -80,18 +80,18 @@ jobs:
8080 exit 1
8181 fi
8282 - name : Build with Gradle
83- uses : gradle/actions/setup-gradle@v3
83+ uses : gradle/actions/setup-gradle@v6
8484 with :
8585 arguments : assembleDebug --stacktrace
8686 - name : Upload fdroid artifact
87- uses : actions/upload-artifact@v4
87+ uses : actions/upload-artifact@v7
8888 id : artifact-upload-fdroid
8989 with :
9090 name : Amaze-Fdroid-debug
9191 path : app/build/outputs/apk/fdroid/debug/app-fdroid-debug.apk
9292 if-no-files-found : error
9393 - name : Upload play artifact
94- uses : actions/upload-artifact@v4
94+ uses : actions/upload-artifact@v7
9595 id : artifact-upload-play
9696 with :
9797 name : Amaze-Play-debug
@@ -105,7 +105,7 @@ jobs:
105105 echo "PR_Number: $PR_NUMBER"
106106 echo "PR_NUMBER=$PR_NUMBER" >> "$GITHUB_OUTPUT"
107107 - name : Notify the user with a comment once the APK is uploaded
108- uses : peter-evans/create-or-update-comment@v2
108+ uses : peter-evans/create-or-update-comment@v5
109109 with :
110110 issue-number : ${{ steps.find-pr-id.outputs.PR_NUMBER }}
111111 body : |
0 commit comments