build(deps): specify the minor version number of ruby (#15)

See also: https://github.com/cotes2020/jekyll-theme-chirpy/pull/1431


Co-authored-by: Dmitry Kosarev <kosarevdmlive@outlook.com>
This commit is contained in:
Dmitry Kosarev
2023-12-28 10:03:08 +01:00
committed by GitHub
parent 1565392b7e
commit 1efe631e7e

View File

@ -42,7 +42,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3
ruby-version: 3.2
bundler-cache: true
- name: Build site