From b58e76528e192b2d704b844d0cd324cf21a58309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 00:21:18 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.278.0 to 1.281.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.278.0 to 1.281.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/v1.278.0...v1.281.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.281.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ruby.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index efc6302..0cc96cd 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Ruby 3.4 - uses: ruby/setup-ruby@v1.278.0 + uses: ruby/setup-ruby@v1.281.0 with: ruby-version: 3.4 - name: Build and test with Rake @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Ruby 3.3 - uses: ruby/setup-ruby@v1.278.0 + uses: ruby/setup-ruby@v1.281.0 with: ruby-version: 3.3 - name: Build and test with Rake @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Ruby 3.2 - uses: ruby/setup-ruby@v1.278.0 + uses: ruby/setup-ruby@v1.281.0 with: ruby-version: 3.2 - name: Build and test with Rake