Skip to content

Commit fae13e4

Browse files
authored
Merge pull request #43 from devenes/patch-1
bump action from Node12 to Node16
2 parents b51f8b4 + b3604c9 commit fae13e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ outputs:
1313
sarifFile:
1414
description: A file path to a SARIF results file.
1515
runs:
16-
using: 'node12'
17-
main: 'lib/action.js'
16+
using: 'node16'
17+
main: 'lib/action.js'

0 commit comments

Comments
 (0)