Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/generate_comment_body_on_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ref: main
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: ruby
bundler-cache: false
- name: Changed gems and non gem files
id: changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge_on_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ref: main
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: ruby
bundler-cache: false
- name: Fetch PR information
id: pr_info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: ruby
bundler-cache: true
- name: 'Install dependencies'
run: 'bundle install'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: ruby
bundler-cache: true
- name: 'Install dependencies'
run: 'gem install rbs'
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: ruby
bundler-cache: true
- name: Run bin/setup
run: bin/setup
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: ruby
bundler-cache: true
- name: Run bin/setup
run: bin/setup
Expand All @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: ruby
bundler-cache: true
- name: Check .rubocop.yml
run: ruby .github/workflows/pr_bot/strict_rubocop_config.rb
2 changes: 1 addition & 1 deletion .github/workflows/welcome_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ref: main
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: ruby
bundler-cache: false
- name: Changed gems and non gem files
id: changes
Expand Down