From ac8d74b9901c57583cc917b49ffc89987a6e4afe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:47:42 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.177.1 to 1.178.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.177.1 to 1.178.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/943103cae7d3f1bb1e4951d5fcc7928b40e4b742...0cde4689ba33c09f1b890c1725572ad96751a3fc) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 6dd39dc6..9faeb22a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: if: startsWith(matrix.os, 'ubuntu-') run: sudo apt-get install --no-install-recommends --assume-yes libyaml-dev - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # v1.177.1 + - uses: ruby/setup-ruby@0cde4689ba33c09f1b890c1725572ad96751a3fc # v1.178.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 82a955b8..044fa530 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@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # v1.177.1 + - uses: ruby/setup-ruby@0cde4689ba33c09f1b890c1725572ad96751a3fc # v1.178.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 5a623aa2..a78f0d49 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@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # v1.177.1 + - uses: ruby/setup-ruby@0cde4689ba33c09f1b890c1725572ad96751a3fc # v1.178.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@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 # v1.177.1 + - uses: ruby/setup-ruby@0cde4689ba33c09f1b890c1725572ad96751a3fc # v1.178.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec rake signature:validate_yard