From a9c2389fc3d6f4a47e2524e0ef00a56fa48bda32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 09:07:41 +0000 Subject: [PATCH] Bump actions/setup-node from 2.3.0 to 2.3.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... 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 2a58a438..d15cad1d 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.3.0 + uses: actions/setup-node@v2.3.1 - 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.3.0 + uses: actions/setup-node@v2.3.1 - name: Install dependencies run: yarn - name: Release to Github diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba019fbd..1eb96956 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.3.0 + uses: actions/setup-node@v2.3.1 - name: Install dependencies run: yarn - name: Run Tests