From f8ce01f745f3432dcabe6c8b7433c289cfccba78 Mon Sep 17 00:00:00 2001 From: Rahil P Date: Wed, 20 May 2026 20:15:00 -0400 Subject: [PATCH] Update checkout action to use v6 to ensure it works with Node 24 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdacdc0..6882af7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-node@v4 with: node-version: "22"