mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-06 03:59:26 +01:00
Downgrade Ruby while waiting for setup-ruby to update, use master of setup-ruby
This commit is contained in:
parent
66bd87a2b8
commit
e7d57545eb
2
.github/workflows/jekyll.yml
vendored
2
.github/workflows/jekyll.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
with:
|
||||
submodules: "true"
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0
|
||||
uses: ruby/setup-ruby@master
|
||||
with:
|
||||
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
|
||||
|
@ -1 +1 @@
|
||||
3.3.4
|
||||
3.3.3
|
||||
|
Loading…
Reference in New Issue
Block a user