From d2d45514324d7ea723b7b0e72bd8830aada32089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 08:03:54 +0000 Subject: [PATCH] ghaw: bump actions/setup-node from 2.5.1 to 3 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.5.1...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-docs.yml b/.github/workflows/lint-docs.yml index 59e628d..92a5f5c 100644 --- a/.github/workflows/lint-docs.yml +++ b/.github/workflows/lint-docs.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node # https://github.com/actions/setup-node#supported-version-syntax # https://github.com/nvm-sh/nvm#long-term-support - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3 with: node-version: "lts/*"