From d75fa9a969df664c418cde05949ab7b44d8e665a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 19:17:01 +1000 Subject: [PATCH] chore(deps): bump actions/setup-node from 2 to 2.1.5 (#97) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v2.1.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b728c6d..80ab3fd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup node - uses: actions/setup-node@v2 + uses: actions/setup-node@v2.1.5 with: node-version: ${{ matrix.node_version }} architecture: ${{ matrix.architecture }}