Skip to content

Commit

Permalink
ci: Change to the ruby/setup-ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
sulami committed Feb 4, 2025
1 parent 3e38a68 commit 64935c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Ruby 3.0
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
- name: Install sqlite3
Expand All @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Ruby ${{ matrix.versions.ruby }}
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.versions.ruby }}
- name: Install sqlite3
Expand Down

0 comments on commit 64935c7

Please sign in to comment.