Ruby 3.4.1 => 3.4.2 (#11329)

Add built packages for linux/386 to update-ruby

Add built packages for linux/amd64 to update-ruby

Add built packages for linux/arm/v7 to update-ruby

Bump versions in workflow files

Lint Rubocop.yml

Co-authored-by: Ed Reel <edreel@gmail.com>
This commit is contained in:
github-actions[bot]
2025-02-16 00:56:19 +00:00
committed by GitHub
parent 1abf4d550a
commit 0fdf0cffde
7 changed files with 229 additions and 226 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4.1'
ruby-version: '3.4.2'
- name: Install highline
run: sudo apt install -y ruby-highline
- name: Install activesupport

View File

@@ -14,12 +14,12 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: '3.4'
- name: Rubocop
uses: reviewdog/action-rubocop@v2
with:
fail_level: any
filter_mode: nofilter
only_changed: true
reporter: github-pr-review
rubocop_extensions: rubocop-chromebrew
fail_on_error: true
filter_mode: nofilter
only_changed: true
reporter: github-pr-review
rubocop_extensions: rubocop-chromebrew