From 6f8a77616e35d43a7d0fd6f95ac2537da2d2cc4e Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 24 Mar 2026 14:34:34 +0000 Subject: [PATCH] Update actions/checkout v4 to v5 for Node.js 24 compatibility actions/checkout@v4 runs on Node.js 20 which is deprecated and will be forced to Node.js 24 starting June 2, 2026. v5 natively supports Node.js 24. https://claude.ai/code/session_011E2WAQKu4miR7bHgJikKH5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcb9c08..15120b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive