From afe2def4250bb520e51c378b3b1c568919b73bb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 17:59:45 +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 b0bb3bf4a..66f62f5ec 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@4fc31e1c823882afd7ef55985266a526c589de90 # v1.282.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 58a49acd9..7b6ecd034 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@4fc31e1c823882afd7ef55985266a526c589de90 # v1.282.0 with: - ruby-version: 3.4.8 + ruby-version: 4.0.1 - name: Install and Build 🔧 run: |