We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents baafbc2 + d0f1faa commit 0694565Copy full SHA for 0694565
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
# Add or replace dependency steps here
50
- name: Install Ruby and gems
51
# The ruby version is taken from the .ruby-version file, no need to specify here.
52
- uses: ruby/setup-ruby@f8d7259c7a66155a7c4a157a1a10ca601f186594 # v1.271.0
+ uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
53
with:
54
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
55
- name: Install Node.js
0 commit comments