From 680550218c18d5f7dfd0cdeebeebf247dd54dd6d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 12:14:22 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v2.5.1 --- .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 e2bade2..bb09eb2 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,7 +24,7 @@ jobs: if: ${{ needs.release-please.outputs.release_created }} steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2.4.0 + - uses: actions/setup-node@v2.5.1 with: node-version: 15 registry-url: 'https://registry.npmjs.org'