Skip to content

Commit

Permalink
Bump ruby version used in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dduugg committed Aug 23, 2022
1 parent b27261f commit da5852c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Ruby
uses: actions/setup-ruby@main
with:
ruby-version: "2.6"
ruby-version: "2.7"

- name: Install RubyGems
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Ruby
uses: actions/setup-ruby@main
with:
ruby-version: "2.6"
ruby-version: "2.7"

- name: Install RubyGems
run: |
Expand Down

0 comments on commit da5852c

Please sign in to comment.