From 18e47c92f635928362d962bdc07a345e36b5ff76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 07:09:58 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 4 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/llm-exports-full-sync.yml | 2 +- .github/workflows/llm-exports-sync.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/llm-exports-full-sync.yml b/.github/workflows/llm-exports-full-sync.yml index 369477ee..907631e8 100644 --- a/.github/workflows/llm-exports-full-sync.yml +++ b/.github/workflows/llm-exports-full-sync.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 - name: Use Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: .nvmrc diff --git a/.github/workflows/llm-exports-sync.yml b/.github/workflows/llm-exports-sync.yml index 4b5b8769..9f1a94bb 100644 --- a/.github/workflows/llm-exports-sync.yml +++ b/.github/workflows/llm-exports-sync.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Use Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: .nvmrc