Skip to content

Commit 69e6cdc

Browse files
committed
fix(ci): Use setup-ruby action to specify Bundler version
1 parent 3b37f00 commit 69e6cdc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ jobs:
2424
uses: ruby/setup-ruby@v1
2525
with:
2626
ruby-version: '2.6.3'
27+
bundler: '2.6.2'
2728
bundler-cache: true
2829
cache-version: 0
29-
- name: Install specific Bundler version
30-
run: gem install bundler:2.6.2
3130
- name: Setup Pages
3231
id: pages
3332
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)