We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757f21a commit af271b7Copy full SHA for af271b7
.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@50ba3386b050ad5b97a41fcb81240cbee1d1821f
+ uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854
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