We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 794fa9e + e7f1fe5 commit 34c6595Copy full SHA for 34c6595
2 files changed
.github/workflows/push_gem.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31
32
- name: Set up Ruby
33
- uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.0
+ uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.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