From a53c1ae57d83c31a206b065daef36c4886c64744 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 09:08:58 +0000 Subject: [PATCH] Update actions/setup-node action to v3 --- .github/workflows/master_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master_deploy.yml b/.github/workflows/master_deploy.yml index 8345dfbd..991ab2a5 100644 --- a/.github/workflows/master_deploy.yml +++ b/.github/workflows/master_deploy.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: "12.x" - name: Install dependencies