From 196a056f06c409ba39546e2f74e9c9fc059b9b48 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 Sep 2021 13:31:23 +0000 Subject: [PATCH] Update actions/setup-node action to v2.4.1 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b81a615f4..36103130d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: run: dotnet --info - name: Setup Node.js with npm - uses: actions/setup-node@v2.4.0 + uses: actions/setup-node@v2.4.1 with: check-latest: true node-version: ${{ env.NODE_JS_VERSION }}