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 7a24bd4 commit 1991f6bCopy full SHA for 1991f6b
.github/workflows/jekyll.yml
@@ -21,11 +21,11 @@ jobs:
21
22
steps:
23
- uses: actions/checkout@v2
24
- - uses: actions/setup-ruby@v1
+ - uses: ruby/setup-ruby@v1
25
with:
26
# Version range or exact version of a Ruby version to use, using semvers version range syntax.
27
# https://www.ruby-lang.org/en/downloads/releases/
28
- ruby-version: '2.6'
+ ruby-version: '3.2'
29
- uses: actions/cache@v2
30
31
path: vendor/bundle
@@ -35,7 +35,7 @@ jobs:
35
- name: Install bundler
36
run: |
37
sudo apt-get install -y build-essential patch ruby-dev zlib1g-dev liblzma-dev libxslt-dev pkg-config
38
- gem install bundler:2.0.1
+ gem install bundler:2.4
39
bundle config path vendor/bundle
40
bundle install --jobs 4 --retry 3
41
ls -l vendor/bundle
0 commit comments