From ae7b8f6eefceba66b560ee2fe84711ec45c266c7 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 16 Feb 2024 15:37:14 -0500 Subject: [PATCH] Update node.js.yml update to v4 checkout and node Signed-off-by: Joe --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index bf0f252..5ea5cfd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -19,9 +19,9 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: "npm"