We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3f3d46 + 25db4d1 commit edf7a2eCopy full SHA for edf7a2e
1 file changed
.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@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
+ uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0
52
with:
53
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
54
- name: Install Node.js
0 commit comments