From dd79d7146ccffb3e0a1020e9f8790242c37b6c21 Mon Sep 17 00:00:00 2001 From: Pranay Agarwal Date: Tue, 5 Mar 2024 10:41:24 -0500 Subject: [PATCH] Update build action versions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8389494..2b60e27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,9 +17,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 20.x - run: npm ci