Skip to content

Commit

Permalink
Use ruby/setup-ruby instead of actions/setup-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
bolshakov committed Aug 28, 2023
1 parent fac0bcf commit 2537fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7.x', '3.0.x', '3.1.x' ]
ruby: ['2.7.8', '3.0.6', '3.1.4' ]
name: ${{ matrix.ruby }}

steps:
- uses: actions/checkout@v3
- name: Set up ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
Expand Down

0 comments on commit 2537fe9

Please sign in to comment.