We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8680c4b commit c437bf5Copy full SHA for c437bf5
.github/workflows/deploy.yml
@@ -18,6 +18,8 @@ jobs:
18
uses: actions/checkout@v2
19
- name: Setup Ruby
20
uses: actions/setup-ruby@v1
21
+ with:
22
+ ruby-version: '2.7'
23
- name: Enable bundler cache
24
uses: actions/cache@v2
25
with:
0 commit comments