Skip to content

Commit cdc8657

Browse files
authored
Merge pull request #6 from RepublicServicesRepository/kjluedke-patch-1
US109160 - Update aws-params-to-env action to node20
2 parents 0390b8d + ec67e45 commit cdc8657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/aws-param-to-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ inputs:
1414
description: 'Optional flag to output debug logging. If set to true Param Store values will be output to the console.'
1515
required: false
1616
runs:
17-
using: 'node12'
17+
using: 'node20'
1818
main: 'index.js'

0 commit comments

Comments
 (0)