From edc028bdbf23a96fc7399b3f5970ee198ef60c36 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 25 Apr 2022 08:56:22 +0000 Subject: [PATCH] ci: bump github actions --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 561615d8..6170cac6 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,9 +12,9 @@ jobs: node-version: [12.x, 14.x] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: yarn install, build, and test