File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
3131 - name : Build Android
32- uses : callstackincubator/android@v2 # replace with latest commit hash
32+ uses : callstackincubator/android@v3 # replace with latest commit hash
3333 with :
3434 variant : ' debug' # or else
3535 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ runs:
276276
277277 - name : Post Build
278278 if : ${{ github.event_name == 'pull_request' && inputs.comment-bot == 'true' }}
279- uses : callstackincubator/android/.github/actions/rock-post-build@v2
279+ uses : callstackincubator/android/.github/actions/rock-post-build@v3
280280 with :
281281 title : Android ${{ inputs.variant }} APK for all devices
282282 artifact-url : ${{ steps.upload-artifact.outputs.artifact-url || env.ARTIFACT_URL }}
You can’t perform that action at this time.
0 commit comments