We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1615d87 + c083bcb commit c29f3efCopy full SHA for c29f3ef
1 file changed
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
28
steps:
29
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30
- - uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
+ - uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
31
with:
32
ruby-version: ${{ matrix.ruby }}
33
bundler-cache: true
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ubuntu-latest
41
42
43
44
45
ruby-version: 3.1
46
- name: Install
0 commit comments