From e5dd32e94e118df8969a674d0bbcf86c65618438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 02:06:58 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.195.0 to 1.196.0 (#623) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.195.0 to 1.196.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/086ffb1a2090c870a3f881cc91ea83aa4243d408...f26937343756480a8cb3ae1f623b9c8d89ed6984) --- 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/release.yml | 6 +++--- .github/workflows/signature.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5950661..94cc643 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: BUNDLE_WITHOUT: development steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0 + - uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.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 ea832c9..fd5fd91 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@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0 + - uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec rake rubocop diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f69447e..473ceef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: prerelease: ${{ steps.isnpect.outputs.prerelease }} steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0 + - uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0 with: # Enabling is the recommended way, but it cannot detect runner changes in early stage. # So disable it is better for test job, do not mind in other jobs @@ -87,7 +87,7 @@ jobs: steps: # Required to checkout for gh command - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0 + - uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: false @@ -148,7 +148,7 @@ jobs: steps: # Required to checkout for gh command - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0 + - uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0 with: bundler-cache: false - name: Download release-assets diff --git a/.github/workflows/signature.yml b/.github/workflows/signature.yml index de6c007..1a21db1 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@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0 + - uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.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@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0 + - uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # v1.196.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec rake signature:validate_yard