We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc72eaf + a6283b4 commit 27ace79Copy full SHA for 27ace79
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@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
+ uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.0
34
with:
35
bundler-cache: true
36
ruby-version: ruby
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
29
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
0 commit comments