There was an error while loading. Please reload this page.
2 parents 096fd24 + 3c231ed commit d39ee1bCopy full SHA for d39ee1b
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
18
- name: Set up Ruby
19
- uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
+ uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0
20
with:
21
bundler-cache: true
22
rubygems: 3.6.2
@@ -67,7 +67,7 @@ jobs:
67
if: ${{ matrix.ruby == 'head' || matrix.rails != 'current' }}
68
run: "rm -f Gemfile.lock"
69
70
71
72
ruby-version: ${{ matrix.ruby }}
73
0 commit comments