From 9df68df5c802de131315f3c4322b08d844270549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 05:03:49 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.275.0 to 1.276.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.275.0 to 1.276.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/d354de180d0c9e813cfddfcbdc079945d4be589b...ae195bbe749a7cef685ac729197124a48305c1cb) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.276.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09fe081..e26c9b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4 with: persist-credentials: false - - uses: ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # v1 + - uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1 with: ruby-version: ${{ matrix.ruby }} bundler: latest # to get this fix: https://github.com/rubygems/rubygems/issues/6165 @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4 with: persist-credentials: false - - uses: ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # v1 + - uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true