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@v4
- name: Setup Ruby
uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1
with:
ruby-version: '3.0'
bundler-cache: true
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1
with:
ruby-version: '3.0'
bundler-cache: true
Expand All @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1
with:
ruby-version: '3.0'
bundler-cache: true
Expand All @@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1
with:
ruby-version: '3.0'
bundler-cache: true
Expand Down