Skip to content

Commit

Permalink
[#1207] fix setup-ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Jan 30, 2024
1 parent 5c69ac8 commit 54a2850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
sudo apt-get install -y postgresql-14
sudo ln -s /usr/lib/postgresql/14/bin/initdb /bin/initdb
sudo ln -s /usr/lib/postgresql/14/bin/postgres /bin/postgres
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: 3.1
- run: bundle update
- run: bundle exec rake
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 54a2850

Please sign in to comment.