Downgrade Ruby while waiting for setup-ruby to update, use master of setup-ruby

This commit is contained in:
Aminda Suomalainen 2024-07-09 09:52:20 +03:00
parent 66bd87a2b8
commit e7d57545eb
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
with: with:
submodules: "true" submodules: "true"
- name: Setup Ruby - name: Setup Ruby
uses: ruby/setup-ruby@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0 uses: ruby/setup-ruby@master
with: with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems cache-version: 0 # Increment this number if you need to re-download cached gems

View File

@ -1 +1 @@
3.3.4 3.3.3