Skip to content

Commit 7096e90

Browse files
committed
CI: Set ruby-version to ruby
This will default to the Ruby version from the action. The option is required when there's no .ruby-version file. Signed-off-by: Tim Meusel <tim@bastelfreak.de>
1 parent 70ec046 commit 7096e90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/components_update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Setup Ruby
2929
uses: ruby/setup-ruby@v1
3030
with:
31+
ruby-version: 'ruby'
3132
bundler-cache: true
3233
- name: Add SSH key
3334
run: |

0 commit comments

Comments
 (0)