We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7823cb8 + 5350c5c commit 1fba5ddCopy full SHA for 1fba5dd
.github/workflows/create-release-transactional.yml
@@ -336,10 +336,10 @@ jobs:
336
mkdir -p swagger-out/transactional-ruby
337
unzip zip/mailchimp-transactional-ruby.zip -d swagger-out/transactional-ruby
338
339
- - name: Set up Ruby 2.6
+ - name: Set up Ruby 2.7
340
uses: ruby/setup-ruby@v1
341
with:
342
- ruby-version: '2.6'
+ ruby-version: '2.7'
343
344
- name: Install client dependencies
345
run: gem install rspec
@@ -370,10 +370,10 @@ jobs:
370
path: .cache
371
key: cache-dir
372
373
- - name: Install Python 3.7
+ - name: Install Python 3.9
374
uses: actions/setup-python@v1
375
376
- python-version: 3.7
+ python-version: 3.9
377
378
- uses: actions/[email protected]
379
0 commit comments