Skip to content

Commit ea47d6f

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # build.gradle
2 parents e92ae0a + e2e26e6 commit ea47d6f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/commitTest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: Set up PATH
1212
run: |
1313
echo "${ANDROID_HOME}/build-tools/34.0.0" >> $GITHUB_PATH
1414
- name: Set up JDK 17
15-
uses: actions/setup-java@v1
15+
uses: actions/setup-java@v5
1616
with:
17+
distribution: 'temurin'
1718
java-version: 17
1819
- name: Build mod jar
1920
run: |

0 commit comments

Comments
 (0)