We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcec380 + 0ae90c7 commit dc2b00aCopy full SHA for dc2b00a
.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@1287d2b408066abada82d5ad1c63652e758428d9 # v1.214.0
+ uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
41
with:
42
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
43
- name: Install Node.js
0 commit comments