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 888cd6e commit 7e7cf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
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 7e7cf7b

Please sign in to comment.