diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73c08d3e..89e04179 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@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0 + - uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.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 9d72427b..d92e2a39 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@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0 + - uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.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 8792a9f6..e5ab5f0c 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@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0 + - uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.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@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0 + - uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec rake signature:validate_yard