File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 distribution : ' temurin'
1414 java-version : ' 17'
1515 - name : Validate gradlew integrity
16- uses : gradle/actions/wrapper-validation@v3
16+ uses : gradle/actions/wrapper-validation@v5
1717 - name : Cache
1818 uses : actions/cache@v5
1919 with :
@@ -50,10 +50,10 @@ jobs:
5050 RELEASE_MODE=${{ startsWith(github.ref, 'refs/tags/release-') && '1' || '0' }} \
5151 ./gradlew pmdMain spotlessJavaCheck build
5252 - name : PMD report
53- uses : jwgmeligmeyling /pmd-github-action@v1
53+ uses : pmd /pmd-github-action@v2
5454 if : failure()
5555 with :
56- path : ' **/reports/pmd/main.xml'
56+ rulesets : ' **/reports/pmd/main.xml'
5757 - name : Check generated files up to date
5858 run : ./scripts/check_datagen.sh
5959 - name : Run GameTests (Fabric)
You can’t perform that action at this time.
0 commit comments