From 76d7528fe9eb52163673c1d064cc19718e1dbc5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 19:47:53 +0000 Subject: [PATCH] Update actions/setup-node action to v3.6.0 --- .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 b7b1ce375..af77e2d35 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@v3.5.1 + uses: actions/setup-node@v3.6.0 with: check-latest: true node-version: ${{ env.NODE_JS_VERSION }}