Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://help.github.com/ja/articles/metadata-syntax-for-github-actions
name: Get Diff Action Node20
name: Get Diff Action Node24

description: GitHub actions to get git diff.

Expand Down Expand Up @@ -147,5 +147,5 @@ branding:
color: 'orange'

runs:
using: node20
using: node24
main: lib/main.js