Skip to content

Commit dede435

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/appcast.yml

+4-4
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/[email protected]
27-
# with:
28-
# ruby-version: '3.0'
25+
- name: Setup Ruby, JRuby and TruffleRuby
26+
uses: ruby/[email protected]
27+
with:
28+
ruby-version: '3.0'
2929

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

0 commit comments

Comments
 (0)