feat: bump to use node20 runtime, actions/checkout to v4

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2023-09-05 11:50:32 +05:30
parent cf8514a651
commit bd981e3ecb
4 changed files with 17 additions and 17 deletions

View File

@@ -26,6 +26,6 @@ inputs:
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/index.js'