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

This commit is contained in:
K.B.Dharun Krishna 2023-09-05 09:44:22 +05:30
parent e9ef242655
commit 4617b71221
No known key found for this signature in database
GPG key ID: 1B8ECA406788AFA4
6 changed files with 10 additions and 10 deletions

View file

@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
# using node 16 since that is what the latest version of the runner ships with
- name: Setup Node 16