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.
1 parent d4ad94b commit 53faedaCopy full SHA for 53faeda
.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@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e # v1.242.0
+ uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
52
with:
53
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
54
- name: Install Node.js
0 commit comments