We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c09f5 commit c7f240fCopy full SHA for c7f240f
1 file changed
.github/workflows/pre-commit.yaml
@@ -21,7 +21,7 @@ jobs:
21
python-version: '3.13'
22
- name: Install MDL
23
run: echo $'source \'https://rubygems.org\'\ngem \'mdl\', \'~> 0.13.0\'' > Gemfile
24
- - uses: ruby/setup-ruby@2a18b06812b0e15bb916e1df298d3e740422c47e # v1.203.0
+ - uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0
25
with:
26
ruby-version: '3.3' # Not needed with a .ruby-version file
27
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments