Skip to content

Commit fce6e39

Browse files
authored
Updated to use node20 runtime
1 parent 5b83274 commit fce6e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ inputs:
1717
description: 'Provide `secrets.GITHUB_TOKEN` to use the GitHub access token automatically supplied by GitHub Workflows'
1818
required: false
1919
runs:
20-
using: 'node12'
20+
using: 'node20'
2121
main: 'dist/index.js'

0 commit comments

Comments
 (0)