Skip to content

Commit

Permalink
Update verify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JagadeeshKaricherla-branch authored Oct 6, 2023
1 parent 6be2382 commit 0a97806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Ruby 2.7
- name: Set up Ruby 3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.0'
- name: Restore cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 0a97806

Please sign in to comment.