Skip to content

Commit 70c3f84

Browse files
committed
Update GitHub more action versions
(PMD still stuck at Node20, unfortunately)
1 parent 7b8e3b0 commit 70c3f84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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)

0 commit comments

Comments
 (0)