Skip to content

Commit c044117

Browse files
committed
smaller test, bundle cache
1 parent f8e1471 commit c044117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: Ruby
2121
uses: actions/setup-ruby@v1
2222
with:
23-
ruby-version: 2.7.x
24-
bundler-cache: true
23+
ruby-version: 2.6 # Not needed with a .ruby-version file
24+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2525
# - name: Setup Rubygems, Bundler, jekyll
2626
# run: |
2727
# gem update --system --no-document

0 commit comments

Comments
 (0)