We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ebab8 commit d49136dCopy full SHA for d49136d
.github/workflows/jekyll-build.yml
@@ -23,7 +23,7 @@ jobs:
23
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
24
25
- name: Set up Ruby ${{ matrix.ruby-version }}
26
- uses: ruby/setup-ruby@v1
+ uses: ruby/setup-ruby@v1.115.3
27
with:
28
ruby-version: ${{ matrix.ruby-version }}
29
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments