From e0a7bd3165e9b2bc7be5f8a49802fc342f875d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:01:52 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.190.0 to 1.200.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.190.0 to 1.200.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/a6e6f86333f0a2523ece813039b8b4be04560854...217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed) --- 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 a662ed4..b8d323c 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@a6e6f86333f0a2523ece813039b8b4be04560854 + uses: ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed 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@a6e6f86333f0a2523ece813039b8b4be04560854 + uses: ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed with: ruby-version: 3.2.2 bundler-cache: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c38024a..5b55077 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@a6e6f86333f0a2523ece813039b8b4be04560854 + uses: ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed with: ruby-version: ${{ matrix.ruby }}