From 16cdd6af372c03d38df103eb3997665b957401d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 00:13:16 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.314.0 to 1.316.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.314.0 to 1.316.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.314.0...v1.316.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.316.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 7ea1cc8..0ed893d 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Ruby 4.0 - uses: ruby/setup-ruby@v1.314.0 + uses: ruby/setup-ruby@v1.316.0 with: ruby-version: 4.0 - name: Build and test with Rake @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Ruby 3.4 - uses: ruby/setup-ruby@v1.314.0 + uses: ruby/setup-ruby@v1.316.0 with: ruby-version: 3.4 - name: Build and test with Rake @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Ruby 3.3 - uses: ruby/setup-ruby@v1.314.0 + uses: ruby/setup-ruby@v1.316.0 with: ruby-version: 3.3 - name: Build and test with Rake