Skip to content

Commit e4780f7

Browse files
authored
Merge pull request #23 from KieranKaelin/master
Use node16 instead of node12
2 parents c063201 + c33a40b commit e4780f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
include-hidden-files:
1313
description: "Includes files and folders starting with '.' in file pattern matching"
1414
required: true
15-
default: false
15+
default: "false"
1616
input-file:
1717
description: "Path to file containing checklist definitions"
1818
required: true
@@ -23,9 +23,9 @@ inputs:
2323
show-paths:
2424
description: "Shows the matched file paths in the Github comment"
2525
required: true
26-
default: true
26+
default: "true"
2727
runs:
28-
using: "node12"
28+
using: "node16"
2929
main: "dist/index.js"
3030
branding:
3131
icon: "check-square"

0 commit comments

Comments
 (0)