Skip to content

Commit 1ee9c07

Browse files
authored
Merge pull request #214 from yahonda/use_ruby_setup_ruby
https://github.com/actions/setup-ruby is deprecated
2 parents 06a7605 + 8981c66 commit 1ee9c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v1
1616
- name: Set up Ruby 3.1
17-
uses: actions/setup-ruby@v1
17+
uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: 3.1.x
19+
ruby-version: "3.1"
2020
- name: Install required package
2121
run: |
2222
sudo apt-get install alien

0 commit comments

Comments
 (0)