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 479bd7e + adc57d7 commit f070073Copy full SHA for f070073
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@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0
+ uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0
53
with:
54
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
55
- name: Install Node.js
0 commit comments