We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e7b9f commit 0115320Copy full SHA for 0115320
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
restore-keys: |
19
${{ runner.os }}-gems-
20
- name: Setup Ruby
21
- uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
+ uses: ruby/setup-ruby@v1.215.0
22
with:
23
ruby-version: '3.1' # Not needed with a .ruby-version file
24
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments