Skip to content

Commit

Permalink
Update action.yml (#309)
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 authored Mar 12, 2024
1 parent 52dfbef commit 10d9433
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 10d9433

Please sign in to comment.