From d83c04d9e6b3f8f1d93434279ecc144b4833dee1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 16:35:32 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 (#245) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Maxim Schuwalow --- .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 a9e071b..40033fd 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