From 1efe631e7ed0b977f773f243233312335103162f Mon Sep 17 00:00:00 2001 From: Dmitry Kosarev Date: Thu, 28 Dec 2023 10:03:08 +0100 Subject: [PATCH] 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 --- .github/workflows/pages-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 87089c9..0d884bc 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -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