From 9852afe1cedab3fd14152592a27aad5976de278a Mon Sep 17 00:00:00 2001 From: chenrui Date: Mon, 4 Jan 2021 20:32:16 -0500 Subject: [PATCH] sync with main branch --- ci/ruby.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/ruby.yml b/ci/ruby.yml index c1b2fb8e58..eef080b916 100644 --- a/ci/ruby.yml +++ b/ci/ruby.yml @@ -26,7 +26,8 @@ jobs: - name: Set up Ruby # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning): - uses: ruby/setup-ruby@v1 + # uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically