Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
`actions/setup-ruby` is deprecated, so we need to switch to the one from
the `ruby` org. Also update to the latest `actions/checkout` while we're
here.
  • Loading branch information
Sinjo committed Aug 2, 2024
1 parent f5321f6 commit 581eb25
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,8 +11,8 @@ jobs:
- 2.7
- 3.0
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Rspec
Expand Down

0 comments on commit 581eb25

Please sign in to comment.