From cb5cc55f4a68602ae9ba4199462978b4a7f6a0d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 18:04:05 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.180.1 to 1.184.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.180.1 to 1.184.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/3783f195e29b74ae398d7caca108814bbafde90e...97e35c5302afcf3f5ac1df3fca9343d32536b286) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- .github/workflows/tests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4f8202c..0f526fc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Install Ruby and gems - uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e + uses: ruby/setup-ruby@97e35c5302afcf3f5ac1df3fca9343d32536b286 with: ruby-version: 3.2.2 bundler-cache: true @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 - name: Install Ruby and gems - uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e + uses: ruby/setup-ruby@97e35c5302afcf3f5ac1df3fca9343d32536b286 with: ruby-version: 3.2.2 bundler-cache: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13c0a16..5438ddc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v4 - name: Install Ruby and gems - uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e + uses: ruby/setup-ruby@97e35c5302afcf3f5ac1df3fca9343d32536b286 with: ruby-version: ${{ matrix.ruby }}