We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebdb3f3 + 0e1c323 commit 229afd5Copy full SHA for 229afd5
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@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
+ uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0
53
with:
54
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
55
- name: Install Node.js
0 commit comments