We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987e302 commit 757f21aCopy full SHA for 757f21a
.github/workflows/rubocop.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
16
17
- name: Set up Ruby
18
- uses: ruby/setup-ruby@2a9a743e19810b9f3c38060637daf594dbd7b37f
+ uses: ruby/setup-ruby@50ba3386b050ad5b97a41fcb81240cbee1d1821f
19
with:
20
ruby-version: .ruby-version
21
bundler-cache: true
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
- name: Setup Ruby
22
23
24
0 commit comments