Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Bump ruby/setup-ruby from 1.152.0 to 1.170.0 #76

Closed
Closed
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/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@v1.152.0
uses: ruby/setup-ruby@v1.170.0
with:
ruby-version: 3.1.2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1.152.0
uses: ruby/setup-ruby@v1.170.0
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1.152.0
uses: ruby/setup-ruby@v1.170.0
with:
ruby-version: 3.2.2
- name: Run RuboCop
Expand Down
Loading