From aedc7ffab5865d4029100b250b79b64a5ab6e70f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 31 Jan 2022 18:23:05 +0100 Subject: [PATCH] chore(deps): update actions/setup-node action to v2 (#857) Co-authored-by: Daniel Dyla --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cd28318e9a..fe461b1ec4 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Setup Node - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 if: ${{ steps.release.outputs.releases_created }} with: node-version: 14