From 3677342e90ce8ec96ecb9cdf657588afd677372b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:49:33 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.180.1 to 1.183.0 (#568) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.180.1 to 1.183.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...1d0e911f615a112e322369596f10ee0b95b010ae) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/signature.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ca28c83..5320eda3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: BUNDLE_WITHOUT: development steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e # v1.180.1 + - uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 with: ruby-version: ${{ matrix.ruby }} # Enabling is the recommended way, but it cannot detect runner changes in early stage. diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c2171c6e..5f6125cb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: runs-on: 'ubuntu-24.04' steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e # v1.180.1 + - uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec rake rubocop diff --git a/.github/workflows/signature.yml b/.github/workflows/signature.yml index 6fcccea5..5ebf3462 100644 --- a/.github/workflows/signature.yml +++ b/.github/workflows/signature.yml @@ -32,7 +32,7 @@ jobs: runs-on: 'ubuntu-24.04' steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e # v1.180.1 + - uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec rake rbs @@ -41,7 +41,7 @@ jobs: runs-on: 'ubuntu-24.04' steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e # v1.180.1 + - uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec rake signature:validate_yard