File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 run : |
3838 echo "Must specify exactly one reference for the tar file to build the APK with."
3939 exit 1
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 if : ${{ !inputs.ref }}
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 if : ${{ inputs.ref }}
4444 with :
4545 repository : learningequality/kolibri-installer-debian
Original file line number Diff line number Diff line change 2828 name : Build sign and upload sources for deb file
2929 runs-on : ubuntu-latest
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-debian
You can’t perform that action at this time.
0 commit comments