From 74e4c280599601ef47caa9bbd447cf0dfd17bf81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 03:02:06 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .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