From d79a82105a4afb9fea76cd3921bd5699303c59ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 21:13:39 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby in the actions group Bumps the actions group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.324.0 to 1.325.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.324.0...v1.325.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.325.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/quality.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 75a5ec16..4a96c9a5 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v7.0.1 - name: Setup Ruby - uses: ruby/setup-ruby@v1.324.0 + uses: ruby/setup-ruby@v1.325.0 with: ruby-version: '3.2' bundler-cache: true @@ -222,7 +222,7 @@ jobs: uses: actions/checkout@v7.0.1 - name: Setup Ruby - uses: ruby/setup-ruby@v1.324.0 + uses: ruby/setup-ruby@v1.325.0 with: ruby-version: '3.2'