From 3f0fd77462ebbefd1617adb14e649200dada2763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 05:49:20 +0000 Subject: [PATCH] Bump actions/setup-node from v2.1.1 to v2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.1 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.1...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] --- .github/workflows/insiders.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/insiders.yml b/.github/workflows/insiders.yml index 170f7e50b834..5a0486d1d69c 100644 --- a/.github/workflows/insiders.yml +++ b/.github/workflows/insiders.yml @@ -174,7 +174,7 @@ jobs: python-version: ${{matrix.python}} - name: Use Node ${{env.NODE_VERSION}} - uses: actions/setup-node@v2.1.1 + uses: actions/setup-node@v2.1.5 with: node-version: ${{env.NODE_VERSION}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71eb74d3213a..a568db2139ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -154,7 +154,7 @@ jobs: python-version: ${{matrix.python}} - name: Use Node ${{env.NODE_VERSION}} - uses: actions/setup-node@v2.1.1 + uses: actions/setup-node@v2.1.5 with: node-version: ${{env.NODE_VERSION}}