From c5618e89fbf7c027907264dc754f68205ad84a62 Mon Sep 17 00:00:00 2001 From: Ze Peng Date: Fri, 28 Jun 2024 16:18:39 -0600 Subject: [PATCH] ci: update action versions to use node 20 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 524993a..2928f4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Node 16.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16