Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Fix warning like: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20:
  • Loading branch information
mklarsen committed Feb 26, 2024
1 parent 52dfbef commit c10c3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ inputs:
branding:
color: 'green'
runs:
using: 'node16'
using: 'node20'
main: 'lib/index.js'

0 comments on commit c10c3cd

Please sign in to comment.