From 08c7a763c955c4014bbbe6a0a3d56510480a84f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 05:26:30 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/generate-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-code.yml b/.github/workflows/generate-code.yml index bad3a3a6..64eb5f68 100644 --- a/.github/workflows/generate-code.yml +++ b/.github/workflows/generate-code.yml @@ -21,7 +21,7 @@ jobs: submodules: recursive - name: Update submodules run: git submodule update --remote --recursive - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 - name: Generate code run: python generate-code.py - run: |