From d0e9462fb8e2439bead4b6c7d80bc16d6a1cd47b Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Sun, 8 Feb 2026 11:18:12 +0000 Subject: [PATCH] ci: upgrade GitHub Actions for Node 24 compatibility (#136) Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .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 501c7f3..4c9c368 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install uv uses: astral-sh/setup-uv@v5