From d0ccf7ee602457164dfa4e31ed13ceb3b6809559 Mon Sep 17 00:00:00 2001 From: Erin Spencer Date: Fri, 14 Aug 2026 04:06:42 +0000 Subject: [PATCH] ci: migrate actions to Node 24 runtimes --- .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 46e4604..8a106b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,10 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7.0.1 - name: Set up Python 3.11 - uses: actions/setup-python@v5 + uses: actions/setup-python@v7.0.0 with: python-version: "3.11"