From df497047096299376c8c6761841ab76ed6e68bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 00:22:49 +0200 Subject: [PATCH] build(deps): bump actions/setup-node from 2.3.0 to 3.1.1 (#293) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.0 to 3.1.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.3.0...v3.1.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 78fdd13..2d3c4b5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -21,7 +21,7 @@ jobs: GITHUB_CONTEXT: ${{ toJson(github) }} - name: Setup Node.js - uses: actions/setup-node@v2.3.0 + uses: actions/setup-node@v3.1.1 with: node-version: "16.5.0"