We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3434a6 + b7fdd2d commit 5e94ab6Copy full SHA for 5e94ab6
1 file changed
.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@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
+ uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
53
with:
54
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
55
- name: Install Node.js
0 commit comments