From e1dc604a79b6ace26235e04f191c623f5ac3c0c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 09:09:04 +0000 Subject: [PATCH] Bump actions/setup-node from 2.2.0 to 2.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 22d082e2..2a58a438 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2.3.4 - name: Install Node - uses: actions/setup-node@v2.2.0 + uses: actions/setup-node@v2.3.0 - name: Install dependencies run: yarn - name: Run Tests @@ -91,7 +91,7 @@ jobs: with: fetch-depth: 0 - name: Install Node - uses: actions/setup-node@v2.2.0 + uses: actions/setup-node@v2.3.0 - name: Install dependencies run: yarn - name: Release to Github diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96ac00ff..ba019fbd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2.3.4 - name: Install Node - uses: actions/setup-node@v2.2.0 + uses: actions/setup-node@v2.3.0 - name: Install dependencies run: yarn - name: Run Tests