From 56e7d52f06f6dcb529613cb7e79750a56c0aee3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:13:11 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.191.0 to 1.203.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.191.0 to 1.203.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.191.0...v1.203.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gem-publication.yml | 2 +- .github/workflows/quality-control.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gem-publication.yml b/.github/workflows/gem-publication.yml index 66c37bf..d68ad88 100644 --- a/.github/workflows/gem-publication.yml +++ b/.github/workflows/gem-publication.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout project uses: actions/checkout@v4.1.7 - name: Install project-compatible Ruby - uses: ruby/setup-ruby@v1.191.0 + uses: ruby/setup-ruby@v1.203.0 with: ruby-version: 3.3.2 bundler: 2.5.11 diff --git a/.github/workflows/quality-control.yml b/.github/workflows/quality-control.yml index 3192603..a34853d 100644 --- a/.github/workflows/quality-control.yml +++ b/.github/workflows/quality-control.yml @@ -19,7 +19,7 @@ jobs: submodules: recursive uses: actions/checkout@v4.1.7 - name: Install project-compatible Ruby - uses: ruby/setup-ruby@v1.191.0 + uses: ruby/setup-ruby@v1.203.0 with: ruby-version: ${{matrix.ruby-version}} bundler: 2.5.11