From 39683b674eee271c9aeb6d1f14a8be26fd0413b4 Mon Sep 17 00:00:00 2001 From: Kyle Wilcox Date: Wed, 10 Jun 2026 19:46:02 -0400 Subject: [PATCH] Bump GitHub Actions to Node 24-compatible versions --- .github/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index b3f470b..58d6e74 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -16,10 +16,10 @@ jobs: node-version: [20.x, 22.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }}