From 0c29ad104724e02d39a2f671026bc2836f5d413a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 14:22:17 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 3.8.2 to 4.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.2 to 4.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/1a4442cacd436585916779262731d5b162bc6ec7...8f152de45cc393bb48ce5d89d36b731f54556e65) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 9d12f79fa..9fa42f6d2 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -36,7 +36,7 @@ jobs: with: fetch-depth: 0 - name: Set Up Node.js - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 + uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 with: node-version: 16 cache: yarn