From 8e23d45edfdb46ab631fd68382bd2741370623e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 18:56:35 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 3.7.0 to 3.8.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/e33196f7422957bea03ed53f6fbb155025ffc7b8...bea5baf987ba7aa777a8a0b4ace377a21c45c381) --- 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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index faa12ad41..4233ccefc 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -34,7 +34,7 @@ jobs: with: fetch-depth: 0 - name: Set Up Node.js - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 + uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 with: node-version: 16 cache: yarn