From be4caceb9564115b34da12034c57bda05bf5cc93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Aug 2021 04:07:25 +0000 Subject: [PATCH] Bump actions/setup-node from 2.3.0 to 2.3.2 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.0 to 2.3.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.3.0...v2.3.2) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 4f5c3149e..a328f70b9 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -84,7 +84,7 @@ jobs: distribution: adopt java-version: ${{ env.JAVA_VERSION }} - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v2.3.0 + uses: actions/setup-node@v2.3.2 with: node-version: ${{ env.NODE_VERSION }} - name: Cache web dependencies @@ -168,7 +168,7 @@ jobs: distribution: adopt java-version: ${{ env.JAVA_VERSION }} - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v2.3.0 + uses: actions/setup-node@v2.3.2 with: node-version: ${{ env.NODE_VERSION }} - name: Cache web dependencies