From 6e7cee24949513fdc67b05b607bc3a4915e291ab Mon Sep 17 00:00:00 2001 From: Grant Hutchins Date: Fri, 22 May 2026 14:49:29 -0500 Subject: [PATCH] Update actions/checkout to v6 GitHub deprecated Node.js 20 in Actions runners; the previous v4 release runs on Node.js 20 and will be forced to Node.js 24 in June 2026. v6 runs on Node.js 24 natively. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a29d95a4..2952dca2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: allow-failure: true continue-on-error: ${{ matrix.allow-failure }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: