From a1efebd4f06ca307ea507e03c9725797629406a2 Mon Sep 17 00:00:00 2001 From: Felipe Rocha Date: Wed, 20 May 2026 17:42:24 -0600 Subject: [PATCH] chore(ci): bump actions to Node-24-compatible versions actions/checkout@v4 -> @v5 (Node 24) actions/setup-python@v5 -> @v6 (Node 24) GitHub forces Node 24 on JS actions starting 2026-06-02. Co-Authored-By: Claude Opus 4.7 (1M context) --- .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 96ff75c..f5a9e09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,8 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/checkout@v5 + - uses: actions/setup-python@v6 with: python-version: "3.12" - name: Install