Skip to content

Commit 3b37f00

Browse files
committed
fix(ci): Specify Bundler 2.6.2 as per Gemfile.lock
1 parent 4e372ee commit 3b37f00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
ruby-version: '2.6.3'
2727
bundler-cache: true
2828
cache-version: 0
29+
- name: Install specific Bundler version
30+
run: gem install bundler:2.6.2
2931
- name: Setup Pages
3032
id: pages
3133
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)