Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Setup Ruby
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4
uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I confirmed efbf473cab83af4468e8606cc33eca9281bb213f matches https://github.com/ruby/setup-ruby/releases/tag/v1.256.0 👍

with:
ruby-version: '3.0'
bundler-cache: true
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Setup Ruby
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4
uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f
with:
ruby-version: '3.0'
bundler-cache: true
Expand All @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Setup Ruby
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4
uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f
with:
ruby-version: '3.0'
bundler-cache: true
Expand All @@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Setup Ruby
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4
uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f
with:
ruby-version: '3.0'
bundler-cache: true
Expand Down