We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1671ca8 + f0f7b69 commit deebf45Copy full SHA for deebf45
2 files changed
.github/workflows/push_gem.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
31
32
- name: Set up Ruby
33
- uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
+ uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0
34
with:
35
bundler-cache: true
36
ruby-version: ruby
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
27
28
29
ruby-version: ${{ matrix.ruby }}
- run: bundle install --jobs 4 --retry 3
0 commit comments