From 28cdd485f358364bdef1c263621f57fe823bdc27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 11:38:43 -0900 Subject: [PATCH] chore(deps): update actions/setup-node action to v2.5.1 (#1935) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/partial-frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/partial-frontend.yml b/.github/workflows/partial-frontend.yml index 3261e25fa..7761d0ea8 100644 --- a/.github/workflows/partial-frontend.yml +++ b/.github/workflows/partial-frontend.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: 16 check-latest: true @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: 16 check-latest: true