1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

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

Resolves #1429
This commit is contained in:
Cotes Chung
2023-12-27 23:56:39 +08:00
committed by GitHub
parent 4a2b89d0b6
commit c45e031155
2 changed files with 6 additions and 2 deletions

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