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

This commit is contained in:
K.B.Dharun Krishna 2023-09-05 09:27:59 +05:30
parent 5e21ff4d9b
commit 8b6329a9d8
No known key found for this signature in database
GPG key ID: 1B8ECA406788AFA4
6 changed files with 47 additions and 47 deletions

View file

@ -33,7 +33,7 @@ outputs:
node-version:
description: 'The installed node version.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/setup/index.js'
post: 'dist/cache-save/index.js'
post-if: success()