Skip to content

Commit 86f06b2

Browse files
committed
Merge 1.20 into 1.21.1
2 parents 520de2c + 8307564 commit 86f06b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

scripts/autorelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ trap cleanup EXIT
1515

1616
echo "downloading temporary modernfix..."
1717
cd $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
1919
cd mfix
2020

2121
# gather version list

scripts/propagate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ trap "exit" INT
1616

1717
echo "downloading temporary modernfix..."
1818
cd $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
2020
cd mfix
2121

2222
# gather version list

0 commit comments

Comments
 (0)