From 6d4f72abd5c93ec6f1a35b832b63a81a4f488814 Mon Sep 17 00:00:00 2001 From: Josemy Duarte Date: Fri, 22 Mar 2024 15:09:27 +0100 Subject: [PATCH] Ping bundler version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c11ba88330d..49ad8c543aae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: "2.6" - - run: gem install bundler + - run: gem install bundler -v 2.4.22 - run: bundle install --jobs 4 --retry 3 - run: bundle exec jekyll build --destination site env: