From 3f384057eba6597cde0c8d0ee8f5978cc1438842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:12:23 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.313.0 to 1.314.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.313.0 to 1.314.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.313.0...v1.314.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.314.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 3375e0b..6c508a8 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 4.0 - uses: ruby/setup-ruby@v1.313.0 + uses: ruby/setup-ruby@v1.314.0 with: ruby-version: 4.0 - name: Build and test with Rake @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Ruby 3.4 - uses: ruby/setup-ruby@v1.313.0 + uses: ruby/setup-ruby@v1.314.0 with: ruby-version: 3.4 - name: Build and test with Rake @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Ruby 3.3 - uses: ruby/setup-ruby@v1.313.0 + uses: ruby/setup-ruby@v1.314.0 with: ruby-version: 3.3 - name: Build and test with Rake