From ffbf7bda38e4dc6cca84fdddd6d356464b6c9bd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:38:39 +0000 Subject: [PATCH] Update actions/setup-node action to v6 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1a9ecda..9499147 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: with: go-version: ${{ matrix.go }} cache: true - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 16 cache: yarn