From 3b992597c432cc4f2866ddc76c3b52cb180b6577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 12:18:57 +0000 Subject: [PATCH] Bump actions/setup-node from 2 to 3.2.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3.2.0) --- 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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2e9486505b..ca45406942 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: with: rust-version: stable components: rustfmt - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3.2.0 with: node-version: '14' - name: Build