From 03fb06936972663e7e5b89c20ae18d7cbdeddc46 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Fri, 13 Mar 2026 05:50:26 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pypi-publish.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c1de5d..a55afe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,8 +29,8 @@ jobs: jax-version: ["newest"] steps: - - uses: actions/checkout@v5 - - uses: actions/setup-python@v5.3.0 + - uses: actions/checkout@v6 + - uses: actions/setup-python@v6.2.0 with: python-version: "${{ matrix.python-version }}" - name: Run CI tests diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index dd63cc8..1084615 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -10,9 +10,9 @@ jobs: permissions: id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 with: python-version: '3.x' - name: Install dependencies