We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73bc5f commit 1adcf45Copy full SHA for 1adcf45
.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@250fcd6a742febb1123a77a841497ccaa8b9e939
+ uses: ruby/setup-ruby@3a77c29278ae80936b4cb030fefc7d21c96c786f
19
with:
20
ruby-version: .ruby-version
21
bundler-cache: true
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
- name: Setup Ruby
- uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47
22
23
24
0 commit comments