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 a64c399 + 455b362 commit bb33878Copy full SHA for bb33878
.github/workflows/create-release-marketing.yml
@@ -342,10 +342,10 @@ jobs:
342
mkdir -p swagger-out/marketing-ruby
343
unzip zip/mailchimp-marketing-ruby.zip -d swagger-out/marketing-ruby
344
345
- - name: Set up Ruby 2.6
+ - name: Set up Ruby 2.7
346
uses: actions/setup-ruby@v1
347
with:
348
- ruby-version: '2.6'
+ ruby-version: '2.7'
349
350
- name: Install client dependencies
351
run: gem install rspec
@@ -380,10 +380,10 @@ jobs:
380
path: .cache
381
key: cache-dir
382
383
- - name: Install Python 3.7
+ - name: Install Python 3.11
384
uses: actions/setup-python@v1
385
386
- python-version: 3.7
+ python-version: 3.11.12
387
388
- uses: actions/[email protected]
389
0 commit comments