Patch #41969 » 0003-Update-to-ruby-setup-ruby-to-always-use-latest-v1.patch
.github/workflows/tests.yml | ||
---|---|---|
82 | 82 |
EOF |
83 | 83 | |
84 | 84 |
- name: Install Ruby and gems |
85 |
uses: ruby/setup-ruby@v1.176.0
|
|
85 |
uses: ruby/setup-ruby@v1 |
|
86 | 86 |
with: |
87 | 87 |
ruby-version: ${{ matrix.ruby }} |
88 | 88 |
bundler-cache: true |
- « Previous
- 1
- 2
- 3
- Next »