Upgrade to node 24

This commit is contained in:
amyu
2025-09-04 01:40:21 +09:00
parent 0a4f8b4fc8
commit beb45655ae
7 changed files with 11 additions and 5 deletions

View File

@@ -239,7 +239,7 @@ outputs:
description: Version of Gradle that was setup by the action
runs:
using: 'node20'
using: 'node24'
main: '../dist/setup-gradle/main/index.js'
post: '../dist/setup-gradle/post/index.js'
post-if: '!cancelled()'