From 202b4206b76527810261163e7e0bddde63356c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 05:53:05 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.213.0 to 1.215.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.213.0 to 1.215.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/28c4deda893d5a96a6b2d958c5b47fc18d65c9d3...2654679fe7f7c29875c669398a8ec0791b8a64a1) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/generate.yml | 2 +- .github/workflows/reviewdog.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 2633d07..0cb72f0 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -33,7 +33,7 @@ jobs: persist-credentials: true if: steps.is-scheduled.outputs.ok - - uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 #v1.213.0 + - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 #v1.215.0 if: steps.is-scheduled.outputs.ok with: ruby-version: '3.2' diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 4211d35..b8d8642 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -50,7 +50,7 @@ jobs: with: persist-credentials: false - - uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 #v1.213.0 + - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 #v1.215.0 with: ruby-version: '3.3' bundler-cache: true