Skip to content

Commit c46c0fc

Browse files
committed
Update Ruby to use ruby/setup-ruby
1 parent 455b362 commit c46c0fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-marketing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ jobs:
118118
unzip zip/mailchimp-marketing-ruby.zip -d swagger-out/marketing-ruby
119119
120120
- name: Set up Ruby 2.7
121-
uses: actions/setup-ruby@v1
121+
uses: ruby/setup-ruby@v1
122122
with:
123123
ruby-version: '2.7'
124+
bundler-cache: true
124125

125126
- name: Install client dependencies
126127
run: gem install rspec

0 commit comments

Comments
 (0)