Replace actions/setup-ruby with replacement ruby/setup-ruby

This commit is contained in:
Grant Slater 2022-04-24 16:48:49 +01:00
parent 55a5fd59d7
commit 3a1c7339cd
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'