Skip to content

Commit

Permalink
ci: Use ruby/setup-ruby (#66)
Browse files Browse the repository at this point in the history
actions/setup-ruby is deprecated.
  • Loading branch information
abetomo authored Apr 4, 2024
1 parent 87b2aec commit 362a2dd
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 @@ -14,13 +14,13 @@ jobs:
- "2.7"
- "3.0"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Groonga APT repository
run: |
sudo -H add-apt-repository -y ppa:groonga/ppa
sudo -H apt update
sudo -H apt install -y -V groonga-bin
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies to build gems
Expand Down

0 comments on commit 362a2dd

Please sign in to comment.