Skip to content

Commit dede435

Browse files
committed
update ruby version for appcast action
1 parent 4acd676 commit dede435

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/appcast.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
restore-keys: |
2323
${{ runner.os }}-gems-
2424
25-
# - name: Setup Ruby, JRuby and TruffleRuby
26-
# uses: ruby/setup-ruby@v1.165.1
27-
# with:
28-
# ruby-version: '3.0'
25+
- name: Setup Ruby, JRuby and TruffleRuby
26+
uses: ruby/setup-ruby@v1.165.1
27+
with:
28+
ruby-version: '3.0'
2929

3030
- name: Bundler 💎
3131
working-directory: AppCast

0 commit comments

Comments
 (0)