From 6a1f3b864bbdccae13795fac578e7a9d2c0b6c79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 09:55:21 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 (#767) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 f1cb3e7..d818d61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: run_install: false # pnpm - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: 16.x cache: 'pnpm'