We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7a212 commit ec4b603Copy full SHA for ec4b603
1 file changed
.github/workflows/linux.yml
@@ -19,8 +19,8 @@ jobs:
19
- ubuntu-latest
20
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
21
steps:
22
- - uses: actions/checkout@v4
23
- - uses: ruby/setup-ruby@v1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ - uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
24
with:
25
ruby-version: ${{ matrix.ruby }}
26
rubygems: latest
0 commit comments