From 5e0aab51bd5d786cf46c9d3d62c877b7b406edea Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Mar 2022 09:51:49 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b73dde57..3621f2f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: # Preferable to use the same version as in GAE environment - name: Set Node.js version - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '14.17.6' @@ -94,7 +94,7 @@ jobs: # Preferable to use the same version as in GAE environment - name: Set Node.js version - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '14.17.6'