From 240f93516221b428eab70b99701ab9416bfaf709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 04:00:50 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby in the all-dependencies group Bumps the all-dependencies group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.226.0 to 1.227.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/922ebc4c5262cd14e07bb0e1db020984b6c064fe...1a615958ad9d422dd932dc1d5823942ee002799f) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e4df90..ab33be6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe + uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe + uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe + uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe + uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f with: ruby-version: '3.0' bundler-cache: true