From 5a48202f7b8e6ea09ee90b69dc824f4c2fec58e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:28:02 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5839e79..93cb994 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: 1.24.x - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: '22' - uses: actions/checkout@v4