From 082a2e08d85dd94d6eba5763b961e45877267045 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 19:34:40 +0000 Subject: [PATCH] Update ruby to v3.4.10 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 a5bb1b136..817633f2c 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@0dafeac902942906541bc140009cdbf32665b601 # v1.315.0 with: - ruby-version: 3.4.9 + ruby-version: 3.4.10 - name: Install and Build 🔧 run: | diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 5151fb129..10ae09efa 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@0dafeac902942906541bc140009cdbf32665b601 # v1.315.0 with: - ruby-version: 3.4.9 + ruby-version: 3.4.10 - name: Install and Build 🔧 run: |