diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5dbc3..16af135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- update action to node20 + ## [0.10.4] - 2023-11-01 ### Fixed diff --git a/action.yml b/action.yml index b0cf31d..a570d63 100644 --- a/action.yml +++ b/action.yml @@ -74,5 +74,5 @@ inputs: description: Custom signature to be used at the bottom of the comment required: false runs: - using: node16 + using: node20 main: bin/index.js