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

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-09-05 11:50:04 -04:00
parent 29052a94fb
commit 204cbbd1a5
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head of the pull request.

View file

@ -42,7 +42,7 @@ inputs:
default: "binary"
required: false
runs:
using: "node16"
using: "node20"
main: "dist/run/index.js"
post: "dist/post_run/index.js"
branding: