node updates by GrantBirki · Pull Request #46 · GrantBirki/git-diff-action
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use a supported JavaScript action runtime
runs.using was changed to node24, which is not a generally supported value for GitHub JavaScript actions metadata validation in current runners. An unsupported runtime causes workflows to fail while loading the action, before dist/index.js executes.
Useful? React with 👍 / 👎.