From 9624674415deb68215a66284a5bd225ef6a2e76f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 05:22:52 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.318.0 to 1.319.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.318.0 to 1.319.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.318.0...v1.319.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.319.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rake.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/rubocop.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rake.yml b/.github/workflows/rake.yml index 33a192b..705d517 100644 --- a/.github/workflows/rake.yml +++ b/.github/workflows/rake.yml @@ -52,7 +52,7 @@ jobs: - uses: actions/checkout@v7.0.0 with: persist-credentials: false - - uses: ruby/setup-ruby@v1.318.0 + - uses: ruby/setup-ruby@v1.319.0 with: ruby-version: ${{ matrix.ruby }} bundler: ${{ matrix.bundler || 'Gemfile.lock' }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54210ca..41e1bae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v7.0.0 with: persist-credentials: false - - uses: ruby/setup-ruby@v1.318.0 + - uses: ruby/setup-ruby@v1.319.0 with: ruby-version: '3.4' - name: Verify the tag matches the gem version diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index b6121aa..630b478 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v7.0.0 with: persist-credentials: false - - uses: ruby/setup-ruby@v1.318.0 + - uses: ruby/setup-ruby@v1.319.0 with: ruby-version: 3.2 bundler-cache: true