From 5480e4ba98f5b77025f602aca117ea2f7a96a8a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 04:07:41 +0000 Subject: [PATCH] Update dependency ruby to v3.4.8 --- .github/actions/install-deps/action.yml | 2 +- .github/workflows/deploy-pages.yml | 2 +- .github/workflows/feed.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/install-deps/action.yml b/.github/actions/install-deps/action.yml index 831d2bea10..524b190fa7 100644 --- a/.github/actions/install-deps/action.yml +++ b/.github/actions/install-deps/action.yml @@ -32,7 +32,7 @@ runs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.7 + ruby-version: 3.4.8 bundler-cache: true - uses: actions/setup-java@v5 diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index e12f658813..499785098c 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -38,7 +38,7 @@ jobs: # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0 uses: ruby/setup-ruby@v1 with: - ruby-version: "3.4.7" # Not needed with a .ruby-version file + ruby-version: "3.4.8" # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems - name: Setup Pages diff --git a/.github/workflows/feed.yml b/.github/workflows/feed.yml index 2a658d3b04..8c8117ab10 100644 --- a/.github/workflows/feed.yml +++ b/.github/workflows/feed.yml @@ -27,7 +27,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.7 + ruby-version: 3.4.8 bundler-cache: false - name: Build site