From a7f1d020d3030ff4ac62f7bab2b3ed9634bebbd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 10:33:47 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.246.0 to 1.253.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.246.0 to 1.253.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/a4f838919020b587bb8dd4493e8881bb113d3be7...bb6434c747fa7022e12fa1cae2a0951fcffcff26) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.253.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/pages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 377baeb..8f19d30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 + uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 with: ruby-version: '3.1' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 0ab10c1..3666be6 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 + uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 with: ruby-version: '3.1' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically