From 466549704189745bbb7d5a7283db2310a97a6d6c Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Fri, 29 May 2026 06:47:00 +0300 Subject: [PATCH] ci(site): bump actions to Node 24 to silence deprecation warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit actions/checkout@v4 → @v4.2.2 actions/setup-node@v4 → @v4.4.0, node-version 20 → 24 Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/deploy-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 633671f..5c7f461 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -25,11 +25,11 @@ jobs: run: working-directory: website steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.2.2 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v4.4.0 with: - node-version: "20" + node-version: "24" cache: npm cache-dependency-path: website/package-lock.json