From a10af5afc7b1a751a9f2c9bdd02d56e22b671d97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:29:29 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.148.0 to 1.158.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.148.0 to 1.158.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.148.0...v1.158.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-push.yml | 2 +- .github/workflows/ruby.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gem-push.yml b/.github/workflows/gem-push.yml index 091b6fe2..51829283 100644 --- a/.github/workflows/gem-push.yml +++ b/.github/workflows/gem-push.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Ruby 3.1 - uses: ruby/setup-ruby@v1.152.0 + uses: ruby/setup-ruby@v1.158.0 with: ruby-version: 3.1.2 diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 017b04bd..a13f5d05 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Ruby - uses: ruby/setup-ruby@v1.152.0 + uses: ruby/setup-ruby@v1.158.0 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true @@ -75,7 +75,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Ruby - uses: ruby/setup-ruby@v1.152.0 + uses: ruby/setup-ruby@v1.158.0 with: ruby-version: 3.2.2 - name: Run RuboCop