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