We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d760489 + b0b279b commit f98e268Copy full SHA for f98e268
.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@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0
+ uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
53
with:
54
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
55
- name: Install Node.js
0 commit comments