From da0b692efc5d83960ced4f7827d16e4a4c3464a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 00:00:51 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.276.0 to 1.278.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.276.0 to 1.278.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.276.0...v1.278.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.278.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 8b7af8d..efc6302 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.276.0 + uses: ruby/setup-ruby@v1.278.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.276.0 + uses: ruby/setup-ruby@v1.278.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.276.0 + uses: ruby/setup-ruby@v1.278.0 with: ruby-version: 3.2 - name: Build and test with Rake