try pinning github to 2.6.6

This commit is contained in:
Michael Ball 2021-04-12 02:54:30 -07:00
parent 14b16b58eb
commit c64031e9b5

View file

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.6.6
bundler-cache: true
- run: bundle exec rubocop
- run: bundle exec haml-lint app/views
@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.6.6
bundler-cache: true
- name: Prepare spec
run: |