From b2ccfbe98497907fcc0db08313e96933bb66ed9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:03:01 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 2374a21..ddde484 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -51,7 +51,7 @@ jobs: java-version: 17 check-latest: true - name: Setup NodeJs - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x registry-url: https://registry.npmjs.org