From 6cf46586716163147c08e5e34de874db9b0da200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:01:31 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 4.0.2 to 5.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 5.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e82d3cc..6eb955d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 0 - name: Set Up NodeJs - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v5.0.0 with: node-version-file: '.nvmrc' cache: npm