Update action.yml (#309)

Fix warning like: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20:
This commit is contained in:
Martin Kraus Larsen
2024-03-12 15:59:19 +01:00
committed by GitHub
parent 52dfbef986
commit 10d9433b15
+1 -1
View File
@@ -84,5 +84,5 @@ inputs:
branding:
color: 'green'
runs:
using: 'node16'
using: 'node20'
main: 'lib/index.js'