File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 java-version : 21
2424 check-latest : true
2525 - name : Setup Gradle
26- uses : gradle/actions/setup-gradle@v3
26+ uses : gradle/actions/setup-gradle@v4
2727 with :
2828 cache-read-only : ${{ !startsWith(github.ref, 'refs/heads/1.') }}
2929 gradle-home-cache-cleanup : true
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ trap cleanup EXIT
1515
1616echo " downloading temporary modernfix..."
1717cd $WORK_DIR
18- git clone https:// github.com/ embeddedt/ModernFix mfix & > /dev/null
18+ git clone git@ github.com: embeddedt/ModernFix.git mfix & > /dev/null
1919cd mfix
2020
2121# gather version list
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ trap "exit" INT
1616
1717echo " downloading temporary modernfix..."
1818cd $WORK_DIR
19- git clone https:// github.com/ embeddedt/ModernFix mfix & > /dev/null
19+ git clone git@ github.com: embeddedt/ModernFix.git mfix & > /dev/null
2020cd mfix
2121
2222# gather version list
You can’t perform that action at this time.
0 commit comments