From 41684beafec59dc00204d4d40a7d36539f3e9425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:05:12 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.185.0 to 1.186.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.185.0 to 1.186.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/3a77c29278ae80936b4cb030fefc7d21c96c786f...2a9a743e19810b9f3c38060637daf594dbd7b37f) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/fasterer.yml | 2 +- .github/workflows/rspec.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fasterer.yml b/.github/workflows/fasterer.yml index 1f6ce337..613b655d 100644 --- a/.github/workflows/fasterer.yml +++ b/.github/workflows/fasterer.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up Ruby - uses: ruby/setup-ruby@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0 + uses: ruby/setup-ruby@2a9a743e19810b9f3c38060637daf594dbd7b37f # v1.186.0 with: rubygems: latest bundler: latest diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index 864217e8..73a9d0f9 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -35,7 +35,7 @@ jobs: - run: rm Gemfile.lock - run: rm .ruby-version - name: Set up Ruby - uses: ruby/setup-ruby@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0 + uses: ruby/setup-ruby@2a9a743e19810b9f3c38060637daf594dbd7b37f # v1.186.0 with: ruby-version: ${{ matrix.ruby }} rubygems: latest