From 745f342d25fd47ded0499399517eb7a4b948d5c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 23:13:04 +0000 Subject: [PATCH] Bump actions/setup-node from 1 to 2.5.1 (#539) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...v2.5.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikitha Chettiar --- .github/workflows/ci_validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_validation.yml b/.github/workflows/ci_validation.yml index a8c0c388e..7419c62e1 100644 --- a/.github/workflows/ci_validation.yml +++ b/.github/workflows/ci_validation.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2.5.1 with: node-version: ${{ matrix.node-version }} - run: npm ci