From a01d73bc82eabe26032affb4606e997423cb20b8 Mon Sep 17 00:00:00 2001 From: Ze Peng Date: Fri, 28 Jun 2024 15:31:05 -0600 Subject: [PATCH] ci: upgrade action versions to use node20 --- .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 117f2bf..9dfec98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,12 +8,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'true' - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 - name: Install Solhint run: npm i