We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4552874 + 41b88f7 commit 35b2605Copy full SHA for 35b2605
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
# Add or replace dependency steps here
38
- name: Install Ruby and gems
39
# The ruby version is taken from the .ruby-version file, no need to specify here.
40
- uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
+ uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d # v1.218.0
41
with:
42
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
43
- name: Install Node.js
0 commit comments