From 6bd90a49ae49eff52e2013fe27082e9db0f3694a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 13:02:21 +0000 Subject: [PATCH] Bump actions/setup-node from 4.4.0 to 6.2.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.4.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.4.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ea73c69..91d206c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: Setup NodeJS - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.2.0 with: node-version: "24"