From e3ddc68eb29aacf6941be266c5a9d21138b6dded Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:15:31 -0900 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 (#621) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Former-commit-id: a70ee33759712590d63842fe3c8662584b39776e --- .github/workflows/partial-frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/partial-frontend.yaml b/.github/workflows/partial-frontend.yaml index 43174d5..68c4118 100644 --- a/.github/workflows/partial-frontend.yaml +++ b/.github/workflows/partial-frontend.yaml @@ -48,7 +48,7 @@ jobs: with: go-version: "1.20" - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18