We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd0c3a commit f5b23b8Copy full SHA for f5b23b8
.github/workflows/linux.yml
@@ -27,8 +27,8 @@ jobs:
27
experimental: [false]
28
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
29
steps:
30
- - uses: actions/checkout@v6
31
- - uses: ruby/setup-ruby@v1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ - uses: ruby/setup-ruby@4dc28cf14d77b0afa6832d9765ac422dbf0dfedd # v1.298.0
32
with:
33
ruby-version: ${{ matrix.ruby }}
34
- name: unit testing
0 commit comments