Skip to content

Commit fdee6de

Browse files
authored
Update commitTest.yml
Updating actions to the latest versions: checkout@v4 and setup-java@v4. The older versions rely on Node.js 20, which has been deprecated and will be replaced by Node.js 24 starting June 16, 2026.
1 parent d6f7ba7 commit fdee6de

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/commitTest.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ 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@v4
1616
with:
17-
java-version: 17
17+
java-version: '17'
18+
distribution: 'temurin'
1819
- name: Build mod jar
1920
run: |
2021
chmod +x ./gradlew

0 commit comments

Comments
 (0)