Skip to content

Commit c437bf5

Browse files
authored
Set ruby version to 2.7 in the deploy workflow
1 parent 8680c4b commit c437bf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/checkout@v2
1919
- name: Setup Ruby
2020
uses: actions/setup-ruby@v1
21+
with:
22+
ruby-version: '2.7'
2123
- name: Enable bundler cache
2224
uses: actions/cache@v2
2325
with:

0 commit comments

Comments
 (0)