Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Updating setup ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-mim authored Nov 21, 2022
1 parent 9a1c214 commit 826adc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
os: ["windows-latest", "ubuntu-latest"]
ruby: ["3.0.x", "2.7.x", "2.6.x", "2.5.x"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Set up Bundler
Expand Down

0 comments on commit 826adc1

Please sign in to comment.