Patch #42089 ยป 0001-Fix-Lint-workflow-error-by-updating-ruby-setup-ruby-to-latest-v1.patch
.github/workflows/rubyonrails.yml | ||
---|---|---|
9 | 9 |
- name: Checkout code |
10 | 10 |
uses: actions/checkout@v4 |
11 | 11 |
- name: Install Ruby and gems |
12 |
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
|
|
12 |
uses: ruby/setup-ruby@v1
|
|
13 | 13 |
with: |
14 | 14 |
ruby-version: 3.2 |
15 | 15 |
bundler-cache: true |