From 340676b4c6693e997e5b6ae52c93b45104417c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 09:04:40 +0000 Subject: [PATCH] Chore: Bump actions/setup-node from 2.5.1 to 3.5.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.5.1...v3.5.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9e1e7af..9eebde4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: # https://github.com/actions/setup-node/ - name: Setup Node.js 12.x - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.5.1 with: node-version: 12.x registry-url: https://npm.pkg.github.com