From e8a2e20e9ef67b4e589d19545e2ecac8bf24d85a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:46:26 +0000 Subject: [PATCH] Update actions/setup-node action to v2.5.2 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6a0827e6..70f6aeaa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v2.4.1 + uses: actions/setup-node@v2.5.2 with: node-version: ${{ matrix.node }}