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 60700f0 commit d961e2bCopy full SHA for d961e2b
.github/workflows/linux-test.yaml
@@ -22,9 +22,9 @@ jobs:
22
23
name: Ruby ${{ matrix.ruby-version }} capability ${{ matrix.capability }} on ${{ matrix.os }}
24
steps:
25
- - uses: actions/checkout@v2
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
- name: Set up Ruby
27
- uses: ruby/setup-ruby@v1
+ uses: ruby/setup-ruby@a6b46b8a08edb18935835849f2a17072d5cc8c73 # v1.192.0
28
with:
29
ruby-version: ${{ matrix.ruby-version }}
30
- name: Install dependencies
0 commit comments