Skip to content

Commit 8351e94

Browse files
authored
Merge pull request #385 from mailchimp/no-op
Update all workflows to use Ruby 2.7
2 parents e83b79f + 7f9f837 commit 8351e94

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/create-release-marketing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
unzip zip/mailchimp-marketing-ruby.zip -d swagger-out/marketing-ruby
344344
345345
- name: Set up Ruby 2.7
346-
uses: actions/setup-ruby@v1
346+
uses: ruby/setup-ruby@v1
347347
with:
348348
ruby-version: '2.7'
349349

@@ -528,10 +528,10 @@ jobs:
528528
path: .cache
529529
key: cache-dir
530530

531-
- name: Install Ruby 2.6.x
532-
uses: actions/setup-ruby@v1
531+
- name: Install Ruby 2.7
532+
uses: ruby/setup-ruby@v1
533533
with:
534-
ruby-version: 2.6.x
534+
ruby-version: 2.7
535535

536536
- name: Prepare Build & Publishing Tools
537537
run: |

.github/workflows/test-marketing.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,9 @@ jobs:
118118
unzip zip/mailchimp-marketing-ruby.zip -d swagger-out/marketing-ruby
119119
120120
- name: Setup Ruby
121-
uses: ruby/setup-ruby@v1.237.0
121+
uses: ruby/setup-ruby@v1
122122
with:
123123
ruby-version: '2.7'
124-
bundler-cache: false
125124

126125
- name: Install client dependencies
127126
run: gem install rspec

0 commit comments

Comments
 (0)