From b4b3163f6df83e7890e921b2501ce11720f04f5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 20:58:56 +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 b95007675..a9fcb53eb 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@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0 with: - ruby-version: 3.4.8 + ruby-version: 4.0.0 - name: Install and Build 🔧 run: | diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 03e3435d8..732efad58 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@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0 with: - ruby-version: 3.4.8 + ruby-version: 4.0.0 - name: Install and Build 🔧 run: |