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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v5

- name: Setup Ruby
uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is indeed the hash for 1.267.0: https://github.com/ruby/setup-ruby/releases/tag/v1.267.0 👍

with:
ruby-version: "3.4"
bundler-cache: true
Expand Down