Skip to content

Commit e2e26e6

Browse files
authored
Update commitTest.yml
1 parent 878e8ab commit e2e26e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/commitTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
run: |
1313
echo "${ANDROID_HOME}/build-tools/34.0.0" >> $GITHUB_PATH
1414
- name: Set up JDK 17
15-
uses: actions/setup-java@v4
15+
uses: actions/setup-java@v5
1616
with:
17-
java-version: '17'
1817
distribution: 'temurin'
18+
java-version: 17
1919
- name: Build mod jar
2020
run: |
2121
chmod +x ./gradlew

0 commit comments

Comments
 (0)