From 1fce308a04b7278f11023237577d47fd7a38d56d Mon Sep 17 00:00:00 2001 From: Arthur Freitas Date: Wed, 16 Oct 2024 11:30:45 -0300 Subject: [PATCH] fix(preview): fixes ruby version --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index d9eb91d..70daed0 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -34,7 +34,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Ruby - uses: ruby/setup-ruby@latest + uses: ruby/setup-ruby@v1 with: ruby-version: '3.1' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically