Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Move from actions/setup-ruby to ruby/setup-ruby and latest actions/checkout
  • Loading branch information
brianmario authored Dec 17, 2024
1 parent e8de283 commit dcf1150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
name: Test on Ruby ${{ matrix.ruby_version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Ruby ${{ matrix.ruby_version }}
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
- name: Install dependencies
Expand Down

0 comments on commit dcf1150

Please sign in to comment.