From e4b02fd94971e4ee647b1fef99417b0caedf6fe8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 09:07:05 +0000 Subject: [PATCH] Update ruby to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-build.yml | 2 +- .github/workflows/site-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 20d763916..fb709f02b 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Ruby 3.2 uses: ruby/setup-ruby@708024e6c902387ab41de36e1669e43b5ee7085e # v1.283.0 with: - ruby-version: 3.4.8 + ruby-version: 4.0.1 - name: Install and Build 🔧 run: | diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 2470f5dbe..5e52ec0d3 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Ruby 3.2 uses: ruby/setup-ruby@708024e6c902387ab41de36e1669e43b5ee7085e # v1.283.0 with: - ruby-version: 3.4.8 + ruby-version: 4.0.1 - name: Install and Build 🔧 run: |