From 5eccce625a32124edcbfb693efb1bf1ed6fbed09 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Fri, 26 Aug 2022 22:46:35 +0900 Subject: [PATCH] Update node.js.yml (#883) --- .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 eb7684fa5..d9ca93d63 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@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} cache: 'npm'