From 9864fddbaec0c2c94122a0f3d3d631ea377349bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 19:37:24 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 4.0.2 to 4.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.2...v4.3.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... 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..0109158 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@v4.3.0 with: node-version-file: '.nvmrc' cache: npm