File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 run : |
9090 echo "Must specify only one reference for the tar file to build the APK with."
9191 exit 1
92- - uses : actions/checkout@v5
92+ - uses : actions/checkout@v6
9393 if : ${{ !inputs.ref }}
94- - uses : actions/checkout@v5
94+ - uses : actions/checkout@v6
9595 if : ${{ inputs.ref }}
9696 with :
9797 repository : learningequality/kolibri-installer-android
Original file line number Diff line number Diff line change 2727 if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - uses : actions/setup-python@v6
3232 with :
3333 python-version : 3.9
Original file line number Diff line number Diff line change 2828 env :
2929 SERVICE_ACCOUNT_JSON : ' ${{ secrets.KOLIBRI_ANDROID_PLAY_STORE_API_SERVICE_ACCOUNT_JSON }}'
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 if : ${{ !inputs.ref }}
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 if : ${{ inputs.ref }}
3535 with :
3636 repository : learningequality/kolibri-installer-android
You can’t perform that action at this time.
0 commit comments