We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace0f11 commit 3726f91Copy full SHA for 3726f91
.github/workflows/ruby.yml
@@ -23,7 +23,7 @@ jobs:
23
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
24
# change this to (see https://github.com/ruby/setup-ruby#versioning):
25
# uses: ruby/setup-ruby@v1
26
- uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
+ uses: ruby/setup-ruby@168d6a54b412713c0ed60998a78093a270ca8d84
27
with:
28
ruby-version: ${{ matrix.ruby-version }}
29
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments