From 7c1e1580a2dc7e71cd47d89fbaca2e5f72382d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 12:49:07 +0000 Subject: [PATCH] fix(deps): bump actions/setup-node from v2.1.2 to v2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.2...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a05fd2b..aae5d43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v2.1.5 with: node-version: ${{ matrix.node }}