Skip to content

Commit a026b8d

Browse files
authored
Merge pull request #22 from rspec-parameterized/pinact
pinning 📌
2 parents b936ebf + bf917ac commit a026b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- '3.4'
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2626
- name: Set up Ruby
2727
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
2828
# change this to (see https://github.com/ruby/setup-ruby#versioning):
29-
uses: ruby/setup-ruby@v1
29+
uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0
3030
with:
3131
ruby-version: ${{ matrix.ruby-version }}
3232
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)