From ac5d4945fad1dc7d4c91194aa518fe9d5e362b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 06:53:58 +0000 Subject: [PATCH] ci(deps): bump actions/setup-node from 4.4.0 to 6.4.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.4.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.4.0...v6.4.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8186e29..2f3c533 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4.2.2 # Action for checking out a repo. - name: Setup Node.js Environment - uses: actions/setup-node@v4.4.0 # Action for setting up Node environment. + uses: actions/setup-node@v6.4.0 # Action for setting up Node environment. with: node-version: latest diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 74fe055..0d65fd2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: # Set up Node.js and PNPM environment - name: Setup Node.js - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.4.0 with: node-version: '20.x'