From f1d8d7a35b503a2f4370a55a62e38dcfe8933812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 13:07:34 +0000 Subject: [PATCH] build(deps): 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/post-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 494ab7053491..1ac80d6b6833 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -19,7 +19,7 @@ jobs: - name: Update GitHub action config run: make assets/github-action-config.json - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3.2.0 with: node-version: "15" check-latest: true