From 726b02a44008af26bd632a89d1ee489af3f88f7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:00:42 +0000 Subject: [PATCH] Bump actions/setup-node from 1 to 4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...v4) --- 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.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6cf5a02..e9c33ba 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -36,7 +36,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v4 - name: Install Node ${{ matrix.node }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - name: Install Dependencies @@ -68,7 +68,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v4 - name: Install Node v14 - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 14 - name: Install Dependencies