We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 544fb11 + 8200f37 commit 3266b64Copy full SHA for 3266b64
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+### Changed
10
+
11
+- update action to node20
12
13
## [0.10.4] - 2023-11-01
14
15
### Fixed
action.yml
@@ -74,5 +74,5 @@ inputs:
74
description: Custom signature to be used at the bottom of the comment
75
required: false
76
runs:
77
- using: node16
+ using: node20
78
main: bin/index.js
0 commit comments