From 7508a89aa421c819d542a008119023fbec3bdc3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Aug 2021 09:08:40 +0000 Subject: [PATCH] Bump actions/setup-node from 2.3.2 to 2.4.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.2 to 2.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.3.2...v2.4.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 2de8be34..755dca1a 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.2 + uses: actions/setup-node@v2.4.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.3.2 + uses: actions/setup-node@v2.4.0 - name: Install dependencies run: yarn - name: Release to Github diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86ea7189..e42df17d 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.2 + uses: actions/setup-node@v2.4.0 - name: Install dependencies run: yarn - name: Run Tests