We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbd47c commit 54dcc91Copy full SHA for 54dcc91
1 file changed
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout source
12
uses: actions/checkout@v2
13
- name: Setup ruby
14
- uses: actions/setup-ruby@v1
+ uses: ruby/setup-ruby@v1
15
with:
16
# Set to `TargetRubyVersion` in `.rubocopy.yml`
17
ruby-version: 2.6
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
ruby-version: ${{ matrix.ruby }}
79
- name: Bundle
0 commit comments