2 parents e92ae0a + e2e26e6 commit ea47d6fCopy full SHA for ea47d6f
1 file changed
.github/workflows/commitTest.yml
@@ -7,13 +7,14 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
11
- name: Set up PATH
12
run: |
13
echo "${ANDROID_HOME}/build-tools/34.0.0" >> $GITHUB_PATH
14
- name: Set up JDK 17
15
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v5
16
with:
17
+ distribution: 'temurin'
18
java-version: 17
19
- name: Build mod jar
20
0 commit comments