From 13ad6468403096d541db072e1cc583efcced0b9c Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 1 Aug 2026 18:13:09 -0400 Subject: [PATCH] Update GitHub Actions runtime --- .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 886cecb..84f39da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: node: [20, 22, 24] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v7 + - uses: actions/setup-node@v7 with: node-version: ${{ matrix.node }} cache: npm