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

This commit is contained in:
K.B.Dharun Krishna 2023-09-05 09:13:42 +05:30
parent 4075bfc1b5
commit 63c196f4c1
No known key found for this signature in database
GPG key ID: 1B8ECA406788AFA4
7 changed files with 48 additions and 48 deletions

View file

@ -78,6 +78,6 @@ outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'
runs:
using: 'node16'
using: 'node20'
main: 'dist/setup/index.js'
post: 'dist/cleanup/index.js'