From c67416616c29c3c48d26b59c45cadb56966d80aa Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 5 Sep 2023 20:25:15 -0400 Subject: [PATCH] chore: bump to use node20 runtime, actions/checkout to v4 (#843) --- .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 5c47a40..b633bfe 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 3301616..3b3ea21 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: