Skip to content

Commit d49136d

Browse files
authored
1 parent 99ebab8 commit d49136d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
2424
2525
- name: Set up Ruby ${{ matrix.ruby-version }}
26-
uses: ruby/setup-ruby@v1
26+
uses: ruby/setup-ruby@v1.115.3
2727
with:
2828
ruby-version: ${{ matrix.ruby-version }}
2929
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)