From 287c32ac206c60eee49a38a77ec221a009f8f181 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 15:56:40 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v2.5.1 --- apps/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/.github/workflows/ci.yml b/apps/.github/workflows/ci.yml index 854d2fc..b439fe3 100644 --- a/apps/.github/workflows/ci.yml +++ b/apps/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v2.5.1 with: node-version: ${{ matrix.node }}