Skip to content

Commit 10d9433

Browse files
authored
Update action.yml (#309)
Fix warning like: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20:
1 parent 52dfbef commit 10d9433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ inputs:
8484
branding:
8585
color: 'green'
8686
runs:
87-
using: 'node16'
87+
using: 'node20'
8888
main: 'lib/index.js'

0 commit comments

Comments
 (0)