From 592070e5d9d0d8aca5c4f6a44469f5ea5f44dd02 Mon Sep 17 00:00:00 2001 From: AgentKush Date: Sun, 5 Apr 2026 11:52:10 +0100 Subject: [PATCH] Bump actions/checkout from v4 to v5 for Node.js 24 support GitHub is deprecating Node.js 20 actions starting June 2nd, 2026. actions/checkout@v4 runs on Node 20 and will stop working after September 16th, 2026. Upgrading to v5 ensures compatibility. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/rubyonrails.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index aec798b..7c06156 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -19,7 +19,7 @@ jobs: RAILS_ENV: test steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Add or replace dependency steps here - name: Install Ruby and gems uses: ruby/setup-ruby@v1 @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Ruby and gems uses: ruby/setup-ruby@v1 with: