From 204cbbd1a56dd80719147703b4a8d49f02378f91 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 5 Sep 2023 11:50:04 -0400 Subject: [PATCH] feat: bump to use node20 runtime, actions/checkout to v4 Signed-off-by: Rui Chen --- .github/workflows/codeql.yaml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 5c47a4051a..b633bfe2ee 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -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. diff --git a/action.yml b/action.yml index 33016166e5..3b3ea21c27 100644 --- a/action.yml +++ b/action.yml @@ -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: