From 9088c2d5dce9706c713258a3d194d68c1258f09a Mon Sep 17 00:00:00 2001 From: Grant Hutchins Date: Fri, 24 Jul 2026 11:22:55 -0500 Subject: [PATCH] Bump actions/checkout to v7 (Node 24) --- .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 bc93dc9..78bf92b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - head continue-on-error: ${{ matrix.ruby == 'head' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}