From 2d8da36c7fb8dfe37527ba40a940a7aa9398e916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:22:36 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 3.8.1 to 3.8.2 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d...1a4442cacd436585916779262731d5b162bc6ec7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... 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 a0bccb9a8..9d12f79fa 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@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d + uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 with: node-version: 16 cache: yarn