try pinning github to 2.6.6
This commit is contained in:
parent
14b16b58eb
commit
c64031e9b5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/spec.yml
vendored
4
.github/workflows/spec.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.6
|
ruby-version: 2.6.6
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
- run: bundle exec rubocop
|
- run: bundle exec rubocop
|
||||||
- run: bundle exec haml-lint app/views
|
- run: bundle exec haml-lint app/views
|
||||||
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.6
|
ruby-version: 2.6.6
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
- name: Prepare spec
|
- name: Prepare spec
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue