diff --git a/action.yml b/action.yml index e59a778f..a514556d 100644 --- a/action.yml +++ b/action.yml @@ -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. @@ -147,5 +147,5 @@ branding: color: 'orange' runs: - using: node20 + using: node24 main: lib/main.js