Skip to content

Commit

Permalink
update ruby version for appcast action
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKiazyk committed Jan 19, 2024
1 parent 4acd676 commit dede435
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/appcast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
# - name: Setup Ruby, JRuby and TruffleRuby
# uses: ruby/[email protected]
# with:
# ruby-version: '3.0'
- name: Setup Ruby, JRuby and TruffleRuby
uses: ruby/[email protected]
with:
ruby-version: '3.0'

- name: Bundler 💎
working-directory: AppCast
Expand Down

0 comments on commit dede435

Please sign in to comment.