Skip to content

Commit 1991f6b

Browse files
committed
jekyll.yml bump versions
1 parent 7a24bd4 commit 1991f6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/jekyll.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v2
24-
- uses: actions/setup-ruby@v1
24+
- uses: ruby/setup-ruby@v1
2525
with:
2626
# Version range or exact version of a Ruby version to use, using semvers version range syntax.
2727
# https://www.ruby-lang.org/en/downloads/releases/
28-
ruby-version: '2.6'
28+
ruby-version: '3.2'
2929
- uses: actions/cache@v2
3030
with:
3131
path: vendor/bundle
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install bundler
3636
run: |
3737
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
38+
gem install bundler:2.4
3939
bundle config path vendor/bundle
4040
bundle install --jobs 4 --retry 3
4141
ls -l vendor/bundle

0 commit comments

Comments
 (0)