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 b936ebf + bf917ac commit a026b8dCopy full SHA for a026b8d
.github/workflows/rspec.yml
@@ -22,11 +22,11 @@ jobs:
22
- '3.4'
23
24
steps:
25
- - uses: actions/checkout@v5
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
26
- name: Set up Ruby
27
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
28
# change this to (see https://github.com/ruby/setup-ruby#versioning):
29
- uses: ruby/setup-ruby@v1
+ uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0
30
with:
31
ruby-version: ${{ matrix.ruby-version }}
32
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments